Bugs item #832025, was opened at 2003-10-28 17:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=832025&group_id=14534
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Nobody/Anonymous (nobody)
Summary: more pydoc problems
Initial Comment:
[crack:~] bob% pythonw
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on
darwin
Type "help", "copyright", "credits" or "license" for more
information.
>>> import objc
>>> objc.__version__
'1.0'
>>> help()
Welcome to Python 2.3! This is the online help utility.
If this is your first time using Python, you should definitely
check out
the tutorial on the Internet at http://www.python.org/doc/
tut/.
Enter the name of any module, keyword, or topic to get help
on writing
Python programs and using Python modules. To quit this
help utility and
return to the interpreter, just type "quit".
To get a list of available modules, keywords, or topics, type
"modules",
"keywords", or "topics". Each module also comes with a
one-line summary
of what it does; to list the modules whose summaries
contain a given word
such as "spam", type "modules spam".
help> modules spam
Here is a list of matching modules. Enter any module name
to get more help.
objc: cannot unmap an image containing ObjC data
Trace/BPT trap
Here's a traceback
Program received signal SIGTRAP, Trace/breakpoint trap.
0x9083bec0 in _objc_trap ()
(gdb) bt
#0 0x9083bec0 in _objc_trap ()
#1 0x9083be54 in _objc_fatal ()
#2 0x90837c84 in _objc_fatalHeader ()
#3 0x8fe18748 in __dyld_call_funcs_for_remove_image ()
#4 0x8fe136a8 in __dyld__dyld_unlink_module ()
#5 0x9003d7c8 in NSUnLinkModule ()
#6 0x95fcc560 in _PyImport_GetDynLoadFunc ()
#7 0x95fc1b6c in _PyImport_LoadDynamicModule ()
#8 0x95fbf7a4 in PyImport_ExecCodeModuleEx ()
#9 0x95fc16f0 in PyImport_Import ()
#10 0x95fa94a8 in PyEval_GetFuncDesc ()
#11 0x95fa6c64 in PyEval_EvalCode ()
#12 0x95fa7e30 in PyEval_EvalCodeEx ()
#13 0x95fa97dc in PyEval_GetFuncDesc ()
#14 0x95fa9580 in PyEval_GetFuncDesc ()
#15 0x95fa6c64 in PyEval_EvalCode ()
#16 0x95fa7e30 in PyEval_EvalCodeEx ()
#17 0x95fa97dc in PyEval_GetFuncDesc ()
#18 0x95fa9580 in PyEval_GetFuncDesc ()
#19 0x95fa6c64 in PyEval_EvalCode ()
#20 0x95fa9728 in PyEval_GetFuncDesc ()
#21 0x95fa9580 in PyEval_GetFuncDesc ()
#22 0x95fa6c64 in PyEval_EvalCode ()
#23 0x95fa7e30 in PyEval_EvalCodeEx ()
#24 0x95fa97dc in PyEval_GetFuncDesc ()
#25 0x95fa9580 in PyEval_GetFuncDesc ()
#26 0x95fa6c64 in PyEval_EvalCode ()
#27 0x95fa9728 in PyEval_GetFuncDesc ()
#28 0x95fa9580 in PyEval_GetFuncDesc ()
#29 0x95fa6c64 in PyEval_EvalCode ()
#30 0x95fa9728 in PyEval_GetFuncDesc ()
#31 0x95fa9580 in PyEval_GetFuncDesc ()
#32 0x95fa6c64 in PyEval_EvalCode ()
#33 0x95fa7e30 in PyEval_EvalCodeEx ()
#34 0x95f5f354 in PyFunction_SetClosure ()
#35 0x95f4a8d0 in PyObject_Call ()
#36 0x95f529e8 in PyMethod_New ()
#37 0x95f4a8d0 in PyObject_Call ()
#38 0x95f51da8 in _PyInstance_Lookup ()
#39 0x95f4a8d0 in PyObject_Call ()
#40 0x95fa9df0 in PyEval_GetFuncDesc ()
#41 0x95fa6d44 in PyEval_EvalCode ()
#42 0x95fa7e30 in PyEval_EvalCodeEx ()
#43 0x95f5f354 in PyFunction_SetClosure ()
#44 0x95f4a8d0 in PyObject_Call ()
#45 0x95f529e8 in PyMethod_New ()
#46 0x95f4a8d0 in PyObject_Call ()
#47 0x95f51da8 in _PyInstance_Lookup ()
#48 0x95f4a8d0 in PyObject_Call ()
#49 0x95fa9ba8 in PyEval_GetFuncDesc ()
#50 0x95fa9598 in PyEval_GetFuncDesc ()
#51 0x95fa6c64 in PyEval_EvalCode ()
#52 0x95fa7e30 in PyEval_EvalCodeEx ()
#53 0x95fa4734 in PyEval_EvalCode ()
#54 0x95fc85f0 in PyRun_FileExFlags ()
#55 0x95fc7354 in PyRun_InteractiveOneFlags ()
#56 0x95fc713c in PyRun_InteractiveLoopFlags ()
#57 0x95fc6fd4 in PyRun_AnyFileExFlags ()
#58 0x95fd1ec0 in Py_Main ()
#59 0x00003c78 in ?? ()
#60 0x00003aec in ?? ()
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=832025&group_id=14534
|