[Python-bugs-list] [Bug #110855] test_array.py fails (PR#143)

noreply@sourceforge.net noreply@sourceforge.net
Sun, 13 Aug 2000 21:22:40 -0700


Bug #110855, was updated on 2000-Aug-01 14:37
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: Irreproducible
Priority: 5
Summary: test_array.py fails (PR#143)

Details: Jitterbug-Id: 143
Submitted-By: ellement@sdd.hp.com
Date: Thu, 2 Dec 1999 14:04:38 -0500 (EST)
Version: 1.5.2
OS: HP-UX 10.20


After building python, 'make test' fails when test_array is run:

> python Lib/test/test_array.py
Traceback (innermost last):
  File "Lib/test/test_array.py", line 85, in ?
    main()
  File "Lib/test/test_array.py", line 10, in main
    testtype('c', 'c')
  File "Lib/test/test_array.py", line 21, in testtype
    a.append(example)
AttributeError: '' object has no attribute 'append'
Memory fault(coredump)


How do I go about debugging this?


====================================================================
Audit trail:
Fri Dec 03 10:38:53 1999	guido	changed notes
Fri Dec 03 10:38:53 1999	guido	moved from incoming to irreproducible

Follow-Ups:

Date: 2000-Aug-01 14:37
By: none

Comment:
From: Guido van Rossum <guido@CNRI.Reston.VA.US>
Subject: Re: [Python-bugs-list] test_array.py fails (PR#143)
Date: Thu, 02 Dec 1999 14:07:32 -0500

> Full_Name: David Ellement
> Version: 1.5.2
> OS: HP-UX 10.20
> Submission from: sanrel1.sdd.hp.com (192.6.114.30)
> 
> 
> After building python, 'make test' fails when test_array is run:
> 
> > python Lib/test/test_array.py
> Traceback (innermost last):
>   File "Lib/test/test_array.py", line 85, in ?
>     main()
>   File "Lib/test/test_array.py", line 10, in main
>     testtype('c', 'c')
>   File "Lib/test/test_array.py", line 21, in testtype
>     a.append(example)
> AttributeError: '' object has no attribute 'append'
> Memory fault(coredump)
> 
> 
> How do I go about debugging this?

Seems like a pretty serious problem in your build.  Use a debugger
(e.g. gdb).  The bugs list is not the forum to discuss this, since the
bug is likely in your installation and not in Python.  Try
comp.lang.python for help.

--Guido van Rossum (home page: http://www.python.org/~guido/)

-------------------------------------------------------

Date: 2000-Aug-01 14:37
By: none

Comment:
Build problems?
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110855&group_id=5470