This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179518 - Cannot start debugger on Mac OS X
Summary: Cannot start debugger on Mac OS X
Status: RESOLVED INCOMPLETE
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: jymen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 13:50 UTC by croldham
Modified: 2015-11-08 02:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description croldham 2010-01-14 13:50:50 UTC
I'm attempting to debug a Django project.  Starting the debugger generates the following crash log for Python.  I've tried setting the project Python to both the Apple supplied Python 2.6.1 and Python 2.6.1 from MacPorts.

From the Netbeans "debugging" console:
[LOG]PythonDebugger : overall Starting
[LOG]PythonDebugger.taskStarted : I am Starting a new Debugging Session ...
[LOG]This window is an interactive debugging context aware Python Shell 
[LOG]where you can enter python console commands while debugging 
>>>Debug session Abort =133

From Mac OS X:
Process:         Python [17493]
Path:            /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
Identifier:      Python
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  java [17149]

Date/Time:       2010-01-14 13:46:43.949 -0700
OS Version:      Mac OS X 10.6.2 (10C540)
Report Version:  6

Interval Since Last Report:          51490 sec
Crashes Since Last Report:           5
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      371908E2-585D-4ED6-A4E9-9B043FC23EDB

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  1

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib             	0x00007fff80e089ee __semwait_signal + 10
1   libSystem.B.dylib             	0x00007fff80e0c7f1 _pthread_cond_wait + 1286
2   org.python.python             	0x00000001000adcea PyThread_acquire_lock + 100
3   org.python.python             	0x00000001000b1a29 initthread + 494
4   org.python.python             	0x00000001000891df PyEval_EvalFrameEx + 15001
5   org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
6   org.python.python             	0x00000001000893aa PyEval_EvalFrameEx + 15460
7   org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
8   org.python.python             	0x00000001000893aa PyEval_EvalFrameEx + 15460
9   org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
10  org.python.python             	0x000000010002ca7d PyClassMethod_New + 1748
11  org.python.python             	0x000000010000b173 PyObject_Call + 112
12  org.python.python             	0x000000010001ab5e PyClass_New + 1575
13  org.python.python             	0x000000010000b173 PyObject_Call + 112
14  org.python.python             	0x000000010000b8d3 PyObject_CallMethodObjArgs + 425
15  org.python.python             	0x000000010000dce7 PyObject_CallMethod + 311
16  org.python.python             	0x00000001000b036a Py_Main + 2946
17  org.python.python.app         	0x0000000100000e6c start + 52

Thread 1 Crashed:
0   com.apple.CoreFoundation      	0x00007fff82123790 __CFInitialize + 1808
1   dyld                          	0x00007fff5fc0d5ce ImageLoaderMachO::doImageInit(ImageLoader::LinkContext const&) + 138
2   dyld                          	0x00007fff5fc0d607 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 27
3   dyld                          	0x00007fff5fc0bcec ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 236
4   dyld                          	0x00007fff5fc0bc9d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 157
5   dyld                          	0x00007fff5fc0bda6 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 58
6   dyld                          	0x00007fff5fc08fbb dlopen + 573
7   libSystem.B.dylib             	0x00007fff80dd3e00 dlopen + 61
8   org.python.python             	0x00000001000abbe5 _PyImport_GetDynLoadFunc + 327
9   org.python.python             	0x000000010009bcee _PyImport_LoadDynamicModule + 112
10  org.python.python             	0x000000010009aaf8 PyImport_ReloadModule + 1347
11  org.python.python             	0x000000010009af78 PyImport_ReloadModule + 2499
12  org.python.python             	0x000000010009b56a PyImport_ImportModuleLevel + 1217
13  org.python.python             	0x0000000100083b5f _PyBuiltin_Init + 14264
14  org.python.python             	0x000000010000b173 PyObject_Call + 112
15  org.python.python             	0x0000000100084b6f PyEval_CallObjectWithKeywords + 175
16  org.python.python             	0x0000000100088690 PyEval_EvalFrameEx + 12106
17  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
18  org.python.python             	0x000000010008ad62 PyEval_EvalCode + 54
19  org.python.python             	0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
20  org.python.python             	0x0000000100099248 PyImport_AppendInittab + 1026
21  org.python.python             	0x000000010009aaf8 PyImport_ReloadModule + 1347
22  org.python.python             	0x000000010009af78 PyImport_ReloadModule + 2499
23  org.python.python             	0x000000010009b56a PyImport_ImportModuleLevel + 1217
24  org.python.python             	0x0000000100083b5f _PyBuiltin_Init + 14264
25  org.python.python             	0x000000010000b173 PyObject_Call + 112
26  org.python.python             	0x0000000100084b6f PyEval_CallObjectWithKeywords + 175
27  org.python.python             	0x0000000100088690 PyEval_EvalFrameEx + 12106
28  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
29  org.python.python             	0x000000010008ad62 PyEval_EvalCode + 54
30  org.python.python             	0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
31  org.python.python             	0x0000000100099248 PyImport_AppendInittab + 1026
32  org.python.python             	0x000000010009aaf8 PyImport_ReloadModule + 1347
33  org.python.python             	0x000000010009af78 PyImport_ReloadModule + 2499
34  org.python.python             	0x000000010009b56a PyImport_ImportModuleLevel + 1217
35  org.python.python             	0x0000000100083b5f _PyBuiltin_Init + 14264
36  org.python.python             	0x000000010000b173 PyObject_Call + 112
37  org.python.python             	0x0000000100084b6f PyEval_CallObjectWithKeywords + 175
38  org.python.python             	0x0000000100088690 PyEval_EvalFrameEx + 12106
39  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
40  org.python.python             	0x000000010008ad62 PyEval_EvalCode + 54
41  org.python.python             	0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
42  org.python.python             	0x0000000100099248 PyImport_AppendInittab + 1026
43  org.python.python             	0x000000010009aaf8 PyImport_ReloadModule + 1347
44  org.python.python             	0x000000010009afbe PyImport_ReloadModule + 2569
45  org.python.python             	0x000000010009b56a PyImport_ImportModuleLevel + 1217
46  org.python.python             	0x0000000100083b5f _PyBuiltin_Init + 14264
47  org.python.python             	0x000000010000b173 PyObject_Call + 112
48  org.python.python             	0x0000000100084b6f PyEval_CallObjectWithKeywords + 175
49  org.python.python             	0x0000000100088690 PyEval_EvalFrameEx + 12106
50  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
51  org.python.python             	0x000000010008ad62 PyEval_EvalCode + 54
52  org.python.python             	0x00000001000988f2 PyImport_ExecCodeModuleEx + 258
53  org.python.python             	0x0000000100099248 PyImport_AppendInittab + 1026
54  org.python.python             	0x000000010009a1d0 _PyImport_FindModule + 379
55  org.python.python             	0x000000010009aaf8 PyImport_ReloadModule + 1347
56  org.python.python             	0x000000010009af78 PyImport_ReloadModule + 2499
57  org.python.python             	0x000000010009b59a PyImport_ImportModuleLevel + 1265
58  org.python.python             	0x0000000100083b5f _PyBuiltin_Init + 14264
59  org.python.python             	0x000000010000b173 PyObject_Call + 112
60  org.python.python             	0x0000000100084b6f PyEval_CallObjectWithKeywords + 175
61  org.python.python             	0x0000000100088690 PyEval_EvalFrameEx + 12106
62  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
63  org.python.python             	0x000000010008ad62 PyEval_EvalCode + 54
64  org.python.python             	0x00000001000a265a Py_CompileString + 78
65  org.python.python             	0x00000001000a2723 PyRun_FileExFlags + 150
66  org.python.python             	0x000000010008332a _PyBuiltin_Init + 12163
67  org.python.python             	0x00000001000891df PyEval_EvalFrameEx + 15001
68  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
69  org.python.python             	0x000000010008ad62 PyEval_EvalCode + 54
70  org.python.python             	0x00000001000a265a Py_CompileString + 78
71  org.python.python             	0x00000001000a2805 PyRun_StringFlags + 119
72  org.python.python             	0x00000001000875df PyEval_EvalFrameEx + 7833
73  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
74  org.python.python             	0x00000001000893aa PyEval_EvalFrameEx + 15460
75  org.python.python             	0x0000000100089330 PyEval_EvalFrameEx + 15338
76  org.python.python             	0x000000010008accf PyEval_EvalCodeEx + 1803
77  org.python.python             	0x000000010002ca7d PyClassMethod_New + 1748
78  org.python.python             	0x000000010000b173 PyObject_Call + 112
79  org.python.python             	0x000000010001ab5e PyClass_New + 1575
80  org.python.python             	0x000000010000b173 PyObject_Call + 112
81  org.python.python             	0x0000000100084b6f PyEval_CallObjectWithKeywords + 175
82  org.python.python             	0x00000001000b1db6 initthread + 1403
83  libSystem.B.dylib             	0x00007fff80e06f8e _pthread_start + 331
84  libSystem.B.dylib             	0x00007fff80e06e41 thread_start + 13

Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff82122b58  rcx: 0x00007fff5fbfed08  rdx: 0x00007fff5fbfec58
  rdi: 0x0000000000000000  rsi: 0x00007fff5fbfec30  rbp: 0x0000000100764ac0  rsp: 0x0000000100764270
   r8: 0x00007fff5fc40548   r9: 0x00000001002b0d50  r10: 0x0000000000000000  r11: 0x0000000000000003
  r12: 0x00007fff82123080  r13: 0x00007fff5fc404a0  r14: 0x0000000000000005  r15: 0x0000000100269120
  rip: 0x00007fff82123790  rfl: 0x0000000000000246  cr2: 0x00007fff704107c8

Binary Images:
       0x100000000 -        0x100000ff7  org.python.python.app 2.6 (2.6) <BDEA119D-4E2F-D97F-07BA-713A6E5A39B6> /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
       0x100004000 -        0x100114ff7  org.python.python 2.6.1 (2.6.1) <01EBD0D4-F181-045F-C7A8-B7B3C5D4204F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
       0x1001f0000 -        0x1001f3ff7  strop.so ??? (???) <E67EF470-D9DD-D2B9-8BEE-CBD7AF9A1D64> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
       0x1001f8000 -        0x1001f9ff7  _functools.so ??? (???) <1CE29F88-7B8C-77CC-5E87-555BA210EA8F> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so
       0x1006b0000 -        0x1006b1ff7  time.so ??? (???) <5F01F2A9-8557-5DF1-F006-44E02E0469CE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
       0x1006b7000 -        0x1006bafff  _collections.so ??? (???) <1F62A5C3-6E6C-D0BC-7AA6-DA2820B5F157> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
       0x1006c0000 -        0x1006c3fff  operator.so ??? (???) <68C1CC88-5F73-E029-5C19-685BBADACFA6> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
       0x1006c9000 -        0x1006c9fff  _weakref.so ??? (???) <89F1302D-1CFA-7B9B-4425-70DA55215DAE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_weakref.so
       0x1006cd000 -        0x1006d4fff  _socket.so ??? (???) <481E55BC-74DA-B3CF-7A4F-5BC1B0E34462> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so
       0x1006dc000 -        0x1006dffff  _ssl.so ??? (???) <CEB854C7-187E-1BED-8808-AE4B5BDF19AC> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ssl.so
       0x1006e5000 -        0x1006e6fff  cStringIO.so ??? (???) <7600C3A8-3C81-2A81-0853-B09107768C8C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
       0x10076e000 -        0x10076ffff  _locale.so ??? (???) <152E3EA6-5014-BDC7-FF41-DD1A38E87497> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80dcd000 -     0x7fff80f8bff7  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
    0x7fff8138e000 -     0x7fff813c5ff7  libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff82122000 -     0x7fff82295ff7  com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8238d000 -     0x7fff8238eff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff82690000 -     0x7fff8279fff7  libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff82c20000 -     0x7fff82c9dfef  libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff843b9000 -     0x7fff843bdff7  libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff845f9000 -     0x7fff847b7fff  libicucore.A.dylib ??? (???) <5BD16988-545F-6A8C-9A6F-FB18ACDCAEC2> /usr/lib/libicucore.A.dylib
    0x7fff88657000 -     0x7fff88668fef  libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff886dc000 -     0x7fff88728fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff8897d000 -     0x7fff88a33fff  libobjc.A.dylib ??? (???) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib

Model: MacBookPro4,1, BootROM MBP41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.5 GHz, 4 GB, SMC 1.27f2
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 512 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.91.26)
Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: FUJITSU MHY2250BH, 232.89 GB
Parallel ATA Device: MATSHITADVD-R   UJ-867
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
USB Device: Hub, 0x0409  (NEC Corporation), 0x005a, 0xfa200000
USB Device: Hub, 0x0409  (NEC Corporation), 0x005a, 0xfa240000
USB Device: USB Reader, 0x050d  (Belkin Corporation), 0x003a, 0xfa244000
USB Device: Kensington USB/PS2 Trackball, 0x047d  (Kensington), 0x1002, 0x1d100000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0230, 0x5d200000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x820f, 0x1a110000
FireWire Device: OEM ATA Device 00, OEM, Up to 800 Mb/sec
Comment 1 Lou Dasaro 2015-11-08 02:53:41 UTC
Unable to replicate. Please reopen if this recurs using a _modern_ Python.