pcbnew crashes when opening a file

Bug #1123412 reported by miceuz
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
KiCad
Fix Released
High
Marco Serantoni

Bug Description

pcbnew crashes when trying to open file via "file/open", does not crash when opening from "open recent" or from kicad.

Process: pcbnew [4790]
Path: /Users/mm/Kicad/pcbnew.app/Contents/MacOS/pcbnew
Identifier: org.kicad-eda.pcbnew
Version: ()
Code Type: X86-64 (Native)
Parent Process: kicad [4629]

Interval Since Last Report: 2989433 sec
Crashes Since Last Report: 26
Per-App Interval Since Last Report: 320142 sec
Per-App Crashes Since Last Report: 10

Date/Time: 2013-02-12 21:01:46.189 +0100
OS Version: Mac OS X 10.5.8 (9L30)
Report Version: 6
Anonymous UUID: A86F6200-BB94-4827-A8C6-7F6A5010E35C

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread: 0

Thread 0 Crashed:
0 org.kicad-eda.pcbnew 0x00000001001fa638 PCB_EDIT_FRAME::LoadOnePcbFile(wxString const&, bool, bool) + 2952
1 org.kicad-eda.pcbnew 0x00000001001fcdcc PCB_EDIT_FRAME::Files_io(wxCommandEvent&) + 1868
2 org.kicad-eda.pcbnew 0x00000001004ca824 wxAppConsoleBase::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const + 102
3 org.kicad-eda.pcbnew 0x00000001004ca89d wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const + 119
4 org.kicad-eda.pcbnew 0x00000001005d307f wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 205
5 org.kicad-eda.pcbnew 0x00000001005d3464 wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 232
6 org.kicad-eda.pcbnew 0x00000001005d4a53 wxEvtHandler::TryHereOnly(wxEvent&) + 137
7 org.kicad-eda.pcbnew 0x00000001005d9add wxEvtHandler::TryBeforeAndHere(wxEvent&) + 57
8 org.kicad-eda.pcbnew 0x00000001005d4b8b wxEvtHandler::ProcessEvent(wxEvent&) + 221
9 org.kicad-eda.pcbnew 0x000000010040e007 EDA_BASE_FRAME::ProcessEvent(wxEvent&) + 39
10 org.kicad-eda.pcbnew 0x00000001005d47d0 wxEvtHandler::DoTryChain(wxEvent&) + 76
11 org.kicad-eda.pcbnew 0x00000001005d4a9a wxEvtHandler::ProcessEventLocally(wxEvent&) + 46
12 org.kicad-eda.pcbnew 0x00000001005d4ba0 wxEvtHandler::ProcessEvent(wxEvent&) + 242
13 org.kicad-eda.pcbnew 0x00000001005d4c13 wxEvtHandler::SafelyProcessEvent(wxEvent&) + 41
14 org.kicad-eda.pcbnew 0x000000010077bf51 wxWindowBase::HandleWindowEvent(wxEvent&) const + 37
15 org.kicad-eda.pcbnew 0x0000000100733bf4 wxMenuBase::SendEvent(int, int) + 200
16 org.kicad-eda.pcbnew 0x000000010061a066 wxMenu::HandleCommandProcess(wxMenuItem*, wxWindow*) + 244
17 org.kicad-eda.pcbnew 0x000000010068536b wxOSXGetSelectorFromID(int) + 329
18 com.apple.AppKit 0x00007fff80a39d46 -[NSApplication sendAction:to:from:] + 97
19 com.apple.AppKit 0x00007fff80ae8df0 -[NSMenu performActionForItemAtIndex:] + 445
20 com.apple.AppKit 0x00007fff80ae8b17 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 67
21 com.apple.AppKit 0x00007fff80ac7597 AppKitMenuEventHandler + 5488
22 com.apple.HIToolbox 0x00007fff803d5fd6 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1092
23 com.apple.HIToolbox 0x00007fff803d54bf SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 387
24 com.apple.HIToolbox 0x00007fff803e9669 SendEventToEventTarget + 45
25 com.apple.HIToolbox 0x00007fff80554aa2 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 364
26 com.apple.HIToolbox 0x00007fff8042b83f SendMenuCommandWithContextAndModifiers + 51
27 com.apple.HIToolbox 0x00007fff8042b7f6 SendMenuItemSelectedEvent + 128
28 com.apple.HIToolbox 0x00007fff805700bb FinishMenuSelection(MenuData*, MenuData*, MenuResult*, MenuResult*, unsigned int, unsigned int, unsigned int, unsigned char) + 153
29 com.apple.HIToolbox 0x00007fff8057260e MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 602
30 com.apple.HIToolbox 0x00007fff80413681 _HandleMenuSelection2 + 365
31 com.apple.AppKit 0x00007fff80a01a7a _NSHandleCarbonMenuEvent + 196
32 com.apple.AppKit 0x00007fff809652cb _DPSNextEvent + 1718
33 com.apple.AppKit 0x00007fff809647b1 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 136
34 com.apple.AppKit 0x00007fff8095e523 -[NSApplication run] + 434
35 org.kicad-eda.pcbnew 0x000000010067d46d wxGUIEventLoop::DoRun() + 51
36 org.kicad-eda.pcbnew 0x00000001005aef70 wxCFEventLoop::Run() + 132
37 org.kicad-eda.pcbnew 0x00000001004cb233 wxAppConsoleBase::MainLoop() + 95
38 org.kicad-eda.pcbnew 0x00000001004ca2b8 wxAppConsoleBase::OnRun() + 34
39 org.kicad-eda.pcbnew 0x00000001006aa24e wxAppBase::OnRun() + 50
40 org.kicad-eda.pcbnew 0x0000000100636c21 wxApp::OnRun() + 31
41 org.kicad-eda.pcbnew 0x000000010052febb wxEntry(int&, wchar_t**) + 177
42 org.kicad-eda.pcbnew 0x000000010053027a wxEntry(int&, char**) + 50
43 org.kicad-eda.pcbnew 0x000000010027baa0 main + 48
44 org.kicad-eda.pcbnew 0x00000001000072f4 start + 52

Thread 1:
0 libSystem.B.dylib 0x00007fff84757c22 __semwait_signal + 10
1 com.apple.ColorSync 0x00007fff806f0ce8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 38
2 com.apple.ColorSync 0x00007fff80709a81 CMMConvTask(void*) + 55
3 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
4 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff8479c40a select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
2 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 3:
0 libSystem.B.dylib 0x00007fff84757c22 __semwait_signal + 10
1 ...ple.CoreServices.CarbonCore 0x00007fff837bb4b4 TSWaitOnCondition + 118
2 ...ple.CoreServices.CarbonCore 0x00007fff837a0c06 TSWaitOnConditionTimedRelative + 177
3 ...ple.CoreServices.CarbonCore 0x00007fff837bb165 MPWaitOnQueue + 191
4 ...thesis.MacinTalkSynthesizer 0x0000000118e84bc3 MTBEWorker::WorkLoop(MTBEWorker*) + 127
5 ...thesis.MacinTalkSynthesizer 0x0000000118e84d01 MTBEWorkerStartMPTask + 9
6 ...ple.CoreServices.CarbonCore 0x00007fff837b9a5c PrivateMPEntryPoint + 42
7 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
8 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 4:
0 libSystem.B.dylib 0x00007fff84757c22 __semwait_signal + 10
1 ...ple.CoreServices.CarbonCore 0x00007fff837bb4b4 TSWaitOnCondition + 118
2 ...ple.CoreServices.CarbonCore 0x00007fff837a0c06 TSWaitOnConditionTimedRelative + 177
3 ...ple.CoreServices.CarbonCore 0x00007fff837bb165 MPWaitOnQueue + 191
4 ...thesis.MacinTalkSynthesizer 0x0000000118e84bc3 MTBEWorker::WorkLoop(MTBEWorker*) + 127
5 ...thesis.MacinTalkSynthesizer 0x0000000118e84d01 MTBEWorkerStartMPTask + 9
6 ...ple.CoreServices.CarbonCore 0x00007fff837b9a5c PrivateMPEntryPoint + 42
7 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
8 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 5:
0 libSystem.B.dylib 0x00007fff84757c22 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff847bfd71 usleep + 57
2 ....speech.synthesis.framework 0x00007fff8144d5e4 PollChannelStatus + 30
3 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
4 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 6:
0 libSystem.B.dylib 0x00007fff84750c56 mach_msg_trap + 10
1 libSystem.B.dylib 0x00007fff84758293 mach_msg + 59
2 com.apple.CoreFoundation 0x00007fff82d689cf CFRunLoopRunSpecific + 1631
3 com.apple.audio.CoreAudio 0x00007fff819c965a HALRunLoop::OwnThread(void*) + 142
4 com.apple.audio.CoreAudio 0x00007fff819c9597 CAPThread::Entry(CAPThread*) + 67
5 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
6 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 7:
0 libSystem.B.dylib 0x00007fff84757c22 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff847bfd71 usleep + 57
2 com.apple.AppKit 0x00007fff809cd2a6 -[NSUIHeartBeat _heartBeatThread:] + 1562
3 com.apple.Foundation 0x00007fff81a48d35 __NSThread__main__ + 1157
4 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
5 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 8:
0 libSystem.B.dylib 0x00007fff84750c56 mach_msg_trap + 10
1 libSystem.B.dylib 0x00007fff84758293 mach_msg + 59
2 com.apple.CoreFoundation 0x00007fff82d689cf CFRunLoopRunSpecific + 1631
3 com.apple.CoreFoundation 0x00007fff82d693c6 CFRunLoopRun + 54
4 com.apple.DesktopServices 0x00007fff82a514ed TSystemNotificationTask::SystemNotificationTaskProc(void*) + 109
5 ...ple.CoreServices.CarbonCore 0x00007fff837b9a5c PrivateMPEntryPoint + 42
6 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
7 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 9:
0 libSystem.B.dylib 0x00007fff84750c56 mach_msg_trap + 10
1 libSystem.B.dylib 0x00007fff84758293 mach_msg + 59
2 com.apple.CoreFoundation 0x00007fff82d689cf CFRunLoopRunSpecific + 1631
3 com.apple.CoreFoundation 0x00007fff82d693c6 CFRunLoopRun + 54
4 com.apple.DesktopServices 0x00007fff82a515f6 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 162
5 ...ple.CoreServices.CarbonCore 0x00007fff837b9a5c PrivateMPEntryPoint + 42
6 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
7 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 10:
0 libSystem.B.dylib 0x00007fff84757c22 __semwait_signal + 10
1 ...ple.CoreServices.CarbonCore 0x00007fff837bb4b4 TSWaitOnCondition + 118
2 ...ple.CoreServices.CarbonCore 0x00007fff837a0c06 TSWaitOnConditionTimedRelative + 177
3 ...ple.CoreServices.CarbonCore 0x00007fff837bb165 MPWaitOnQueue + 191
4 com.apple.DesktopServices 0x00007fff82a59035 TNodeSyncTask::SyncTaskProc(void*) + 67
5 ...ple.CoreServices.CarbonCore 0x00007fff837b9a5c PrivateMPEntryPoint + 42
6 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
7 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 11:
0 libSystem.B.dylib 0x00007fff8477e586 kevent + 10
1 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
2 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 12:
0 libSystem.B.dylib 0x00007fff84750cb6 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x00007fff8477faca _pthread_cond_wait + 1207
2 ...ple.CoreServices.CarbonCore 0x00007fff837a0c26 TSWaitOnConditionTimedRelative + 209
3 ...ple.CoreServices.CarbonCore 0x00007fff837bb165 MPWaitOnQueue + 191
4 com.apple.DesktopServices 0x00007fff82a5eef1 TPropertyTask::PropertyTaskProc(void*) + 89
5 ...ple.CoreServices.CarbonCore 0x00007fff837b9a5c PrivateMPEntryPoint + 42
6 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
7 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 13:
0 libSystem.B.dylib 0x00007fff84750cb6 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x00007fff8477faca _pthread_cond_wait + 1207
2 ...ple.CoreServices.CarbonCore 0x00007fff837a0c26 TSWaitOnConditionTimedRelative + 209
3 ...ple.CoreServices.CarbonCore 0x00007fff837bb165 MPWaitOnQueue + 191
4 com.apple.DesktopServices 0x00007fff82a5a9d1 TFolderSizeTask::FolderSizeTaskProc(void*) + 83
5 ...ple.CoreServices.CarbonCore 0x00007fff837b9a5c PrivateMPEntryPoint + 42
6 libSystem.B.dylib 0x00007fff8477ed0f _pthread_start + 316
7 libSystem.B.dylib 0x00007fff8477ebd1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000100f024a0 rbx: 0x0000000116dac3e0 rcx: 0x0000000000000004 rdx: 0x0000000000000000
  rdi: 0x0000000102fe3070 rsi: 0x0000000116d00000 rbp: 0x00007fff5fbfd980 rsp: 0x00007fff5fbfcd20
   r8: 0x0000000000000002 r9: 0x0000000000000001 r10: 0x0000000116d5e040 r11: 0x0000000000000000
  r12: 0x00007fff5fbfd390 r13: 0x00007fff5fbfd630 r14: 0x0000000011b3e4d8 r15: 0x0000000103845400
  rip: 0x00000001001fa638 rfl: 0x0000000000010202 cr2: 0x0000000000000000

Binary Images:
       0x100000000 - 0x100c6afff +org.kicad-eda.pcbnew () <762620f753d551df61b644677b392eec> /Users/mm/Kicad/pcbnew.app/Contents/MacOS/pcbnew
       0x10116c000 - 0x101172fef com.apple.agl 3.0.9 (AGL-3.0.9) <408432a9fece0fb0de5f1c35a63e4d93> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x101178000 - 0x1012d6fe5 com.apple.WebKit 5534 (5534.50.2) <a37fced47f12839faefad0024f14277a> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
       0x1013f1000 - 0x1014e9fef libiconv.2.dylib ??? (???) <2b42104e7aa2da6e64f979e585af02e9> /usr/lib/libiconv.2.dylib
       0x1014f0000 - 0x1016f9feb com.apple.JavaScriptCore 5534 (5534.49) <f7b139d7b10e16e6d5148676aadc3617> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
       0x10177b000 - 0x102785fe3 com.apple.WebCore 5534 (5534.50.1) <aba2d185c79e58f7c8d5becd46257ac1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
       0x115500000 - 0x115700fff com.apple.RawCamera.bundle 2.1.3 (537) <b6aa4c912f1a1632a616189391be7762> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x11685d000 - 0x11686bfff com.apple.iokit.IOHIDLib 1.5.5 (1.5.5) <38faf89994d23f1756e0cce047f5a092> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
       0x116bf8000 - 0x116bffffb com.apple.DisplayServicesFW 2.0.2 (2.0.2) <33069625811249c0672d574bc3cb1238> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
       0x116c07000 - 0x116c08fff com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <23e3ab9afc9fe1912e87f8ac5cbe1976> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
       0x116c0e000 - 0x116c0effe com.apple.quartzframework 1.5 (1.5) <3387d0eccdccac3a1dcf110bb77880c9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
       0x116c26000 - 0x116c37fff com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <37dc245e8df59dfb2ee74a2747ea0918> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
       0x116c5a000 - 0x116c78ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <5095906f78ad0179f0678ac0105054b7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
       0x116c90000 - 0x116cb2fff com.apple.speech.SpeechDictionary 3.9.9 (3.9.9) <52b515e214c1347351ef633587a7a6a5> /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechDictionary
       0x116e00000 - 0x116e04fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <f9cc74c2bc3fa2228542ff4fa1a21202> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
       0x116e18000 - 0x116e3bfef com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
       0x116e51000 - 0x116e5efff com.apple.URLMount 3.1.1 (3.1.1) <f4b4ce3af4cca0e4d7fc94c763083091> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
       0x118e77000 - 0x118f14fef com.apple.speech.synthesis.MacinTalkSynthesizer 3.7.1 (3.7.1) <0e2150a0e55a2f43f64066b9de6791eb> /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/MacinTalk
       0x119057000 - 0x11909aff7 com.apple.quartzfilters 1.5.0 (1.5.0) <4df462ce4a340e0db7d5ca3210ab647c> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
       0x1192b6000 - 0x119398ff3 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x119484000 - 0x119489fff libCGXCoreImage.A.dylib ??? (???) <483a28dbff36ed0c1124f3be91fb77d1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
       0x11a932000 - 0x11a9b6ff3 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <57872f66e2b1441d761c0fbd2697537a> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
       0x11aa31000 - 0x11abb1fff com.apple.imageKit 1.0.2 (1.0) <8f494d257c5ded166dbac4ce0f81c571> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x11ad15000 - 0x11af11feb com.apple.QuartzComposer 2.1 (106.13) <c6fc7c61c63d6ded579567e80319d072> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
       0x11b0e7000 - 0x11b174fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x11b1ec000 - 0x11b24bfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff5fc00000 - 0x7fff5fc2e643 dyld 97.1 (???) <1d1ba42c89e77cfe2558a3c66129fff6> /usr/lib/dyld
    0x7fff80003000 - 0x7fff800f7fff libobjc.A.dylib ??? (???) <118dc1ae05e685ad64290352fc94f1f0> /usr/lib/libobjc.A.dylib
    0x7fff800f8000 - 0x7fff8014dfe3 com.apple.HIServices 1.7.1 (???) <8c601c198e138905743161674f558fcc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8014e000 - 0x7fff80152fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x7fff80153000 - 0x7fff80158fff com.apple.CommonPanels 1.2.4 (85) <8f5631ff238ad1bad2e031fe5e7442d2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff80159000 - 0x7fff80167fff libCSync.A.dylib ??? (???) <465f0a6e1498a13273ea301f5dc753ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff80168000 - 0x7fff80203fe7 com.apple.ink.framework 101.3 (86) <03096cd083a6e70bc7a18ad1b81feb15> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff80204000 - 0x7fff80295fff com.apple.SearchKit 1.2.2 (1.2.2) <87379484090b910fd05c027b66d1228f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff80296000 - 0x7fff8038bfff libxml2.2.dylib ??? (???) <7f8ff78b4e85fbd963287356a7e3d817> /usr/lib/libxml2.2.dylib
    0x7fff8038c000 - 0x7fff803cffef libTIFF.dylib ??? (???) <08b2cb3c4c267ecf4961e9a03a92b52d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff803d0000 - 0x7fff806b7ffb com.apple.HIToolbox 1.5.6 (???) <54f8e0b178ed377fb279ba48fa1aa88b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff806b8000 - 0x7fff806ceff9 com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff806cf000 - 0x7fff8079aff7 com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8079b000 - 0x7fff808deffb com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff808df000 - 0x7fff80924fef libRIP.A.dylib ??? (???) <30e001bc3ffb434f0a52b309260e03b6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff80925000 - 0x7fff8124efef com.apple.AppKit 6.5.9 (949.54) <5076cda2b3c9560d7f019afd480039c7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8124f000 - 0x7fff81270fff libresolv.9.dylib ??? (???) <104bc36bc6cf4dd8988693cd52a7f26d> /usr/lib/libresolv.9.dylib
    0x7fff81271000 - 0x7fff81273fff com.apple.print.framework.Print 218.0.3 (220.2) <404a8310c77d9a4e68cf43bea9605684> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff81274000 - 0x7fff812b7fef com.apple.QD 3.11.57 (???) <8b866ad370ea1d63dac867d4d857a30b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff812b8000 - 0x7fff812baff9 libRadiance.dylib ??? (???) <d2f1311dd67cf8cd55deebd24fc325cc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff812bb000 - 0x7fff8132aff9 com.apple.print.framework.PrintCore 5.5.4 (245.6) <88263e9a3bc14d303780fa8b8c876918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8132b000 - 0x7fff81368ff7 com.apple.SystemConfiguration 1.9.2 (1.9.2) <3e058b95c78dc2f54ec3f9781bd86e1c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff81369000 - 0x7fff8136ffff com.apple.DiskArbitration 2.2.1 (2.2.1) <e75fe224700767869227cc903bef8ed9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff81370000 - 0x7fff81406ffb com.apple.LaunchServices 292 (292) <d6750e4efb1986b3ffd2bc037223a3ad> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff81407000 - 0x7fff8144afef com.apple.CoreMedia 0.484.2 (484.2) <19b012d4613958b9509840f70938e88c> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8144b000 - 0x7fff8145cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <7b000af113e7f602b9e0b1fd383005fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8145d000 - 0x7fff8146bff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8146c000 - 0x7fff814e7ff3 com.apple.CoreText 2.0.5 (???) <21c92ca8838402adc16d0ffdb2a2ada2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff814e8000 - 0x7fff81588fe3 com.apple.ApplicationServices.ATS 3.8 (???) <d0fa98ea4500d9d03c291bbe29f6cada> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff81589000 - 0x7fff815fdfe7 libstdc++.6.dylib ??? (???) <379a6a2dc6e21ba77310b3d2d9ea30ac> /usr/lib/libstdc++.6.dylib
    0x7fff815fe000 - 0x7fff815fefff com.apple.Carbon 136 (136) <256825542105f42e564bafddb77b6a8b> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff815ff000 - 0x7fff81610ffd libz.1.dylib ??? (???) <2022cc8950afdf485ba1df76364ba725> /usr/lib/libz.1.dylib
    0x7fff81611000 - 0x7fff8161dff1 libgcc_s.1.dylib ??? (???) <42e4fd8079ba44258ea9afc27d2f48f3> /usr/lib/libgcc_s.1.dylib
    0x7fff8161e000 - 0x7fff8162dfe7 com.apple.opengl 1.5.10 (1.5.10) <9334af96d3c090bbadfd4a16514f07ff> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8162e000 - 0x7fff819b5ff0 com.apple.VideoToolbox 0.484.2 (484.2) <3dc81ea432eeb4fa19aa0fa5d7794751> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff819b6000 - 0x7fff819b6ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff819b7000 - 0x7fff81a3efef com.apple.audio.CoreAudio 3.1.2 (3.1.2) <688f48384a6778f9133969ec9bb1569e> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff81a3f000 - 0x7fff81cdafe3 com.apple.Foundation 6.5.9 (677.26) <d7c197fec4d7c3097be95ae742a47c22> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff81cdb000 - 0x7fff81dbcfff libcrypto.0.9.7.dylib ??? (???) <752f9db6e46f8d48fe3a6663d97acc34> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff81dbd000 - 0x7fff81f30fff com.apple.MediaToolbox 0.484.2 (484.2) <02deefc5aaf15692a179b4cc0c405996> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff81f31000 - 0x7fff8206ffe9 com.apple.ImageIO.framework 2.0.9 (2.0.9) <4f60c1cbfcaa3f37e8b05bbbb5f8ab10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff82070000 - 0x7fff82176feb com.apple.CoreData 100.2 (186.2) <4f9b42b458d54644f0d97538741414bf> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff82177000 - 0x7fff821b8fef com.apple.framework.IOKit 1.5.2 (???) <ebadf76b05d974c057871f79d1155160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff821b9000 - 0x7fff82785fff com.apple.CoreGraphics 1.409.8 (???) <853a61b783f5b6c427a52a6594c0ad5c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff82786000 - 0x7fff82786ff8 com.apple.Cocoa 6.5 (???) <d53437c1faeb42624f1d71202caa9cad> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff82787000 - 0x7fff82787ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff82788000 - 0x7fff82788ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff82789000 - 0x7fff827ecfef libGLU.dylib ??? (???) <80c7eb325b8de4ab272f08c335645eea> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff827ed000 - 0x7fff8289efef com.apple.CoreServices.OSServices 228.1 (228.1) <1489551e96f1faf3d92ccdf13e789d26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8289f000 - 0x7fff828dafff com.apple.AE 402.3 (402.3) <6ea0e93acfae54731b36e1c76d672433> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff828db000 - 0x7fff828ddfff com.apple.NavigationServices 3.5.2 (163) <3e58cfe6d1bdcc4a4a64b6f79421291f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0x7fff828de000 - 0x7fff82a4dfff libicucore.A.dylib ??? (???) <d69c6c54ddbf4ef58ea94d733de685b9> /usr/lib/libicucore.A.dylib
    0x7fff82a4e000 - 0x7fff82a4fff3 com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff82a50000 - 0x7fff82b03fef com.apple.DesktopServices 1.4.9 (1.4.9) <5f0496e25a01c3f56c30c5038890697a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff82b04000 - 0x7fff82b04ff8 com.apple.ApplicationServices 34 (34) <29a6f07deb1ef821735e2c18ef1e9fa5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff82b05000 - 0x7fff82b35fff com.apple.shortcut 1.0.1 (1.0) <a98fd7604715f55a531fda51eb072507> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff82b36000 - 0x7fff82b39ffb com.apple.help 1.1 (36) <625c2d6bb29ee822f9dce6322d08df47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff82b3a000 - 0x7fff82bf8fff edu.mit.Kerberos 6.0.15 (6.0.15) <332e58bc00db238784e92ab8fe0fdfa6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff82bf9000 - 0x7fff82cccffc com.apple.CFNetwork 438.16 (438.16) <f1f217a1490efc3b8850f4ee6d2c26e8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff82ccd000 - 0x7fff82ceffff libJPEG.dylib ??? (???) <6fdc1a2794f35c40ae924921aad64434> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff82cf0000 - 0x7fff82cfafff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <a49d89814bff9aff6d477c00e426e158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff82cfb000 - 0x7fff82cfdff7 libffi.dylib ??? (???) <5ccd57a3de7db7f7bffa1b6ef2217b0c> /usr/lib/libffi.dylib
    0x7fff82cfe000 - 0x7fff82e36fef com.apple.CoreFoundation 6.5.7 (476.19) <d7aea66b6a0d43c717a9d974d4b3e2de> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff82e37000 - 0x7fff82e37ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x7fff82e38000 - 0x7fff83358f6e libGLProgrammability.dylib ??? (???) <7aa4c12953526371a07780326fbd8725> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff83359000 - 0x7fff833a9fe7 com.apple.Metadata 10.5.8 (398.26) <c6f33c64966aceb08eeea18e29609c26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff833aa000 - 0x7fff833c7fff libPng.dylib ??? (???) <9dd5bf64f354332720309183cb6aa983> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff833c8000 - 0x7fff83780fff libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff83781000 - 0x7fff83a7dfe3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <fa93dadc88f56c42d75a32d9d8d1e983> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff83a7e000 - 0x7fff83ad0fff com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff83ad1000 - 0x7fff83cdafeb com.apple.security 5.0.7 (1) <8277f726dbcf75bea6e19db6d4f41577> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff83cdb000 - 0x7fff83d17ff7 libGLImage.dylib ??? (???) <c08254d55543c5d8847e8178a66f9e1b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff83d18000 - 0x7fff83d32fff libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff83d33000 - 0x7fff83d47ff7 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff83d48000 - 0x7fff83e0cfe2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff83e0d000 - 0x7fff83e27fff com.apple.openscripting 1.2.8 (???) <0674c4e3353c677c9f58df3297ae559b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff83e28000 - 0x7fff83e4bfff com.apple.CoreVideo 1.6.1 (48.6) <1d4f4d03977bb1bbf518f08da71a4d2e> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff83e4c000 - 0x7fff83ed4fef libsqlite3.0.dylib ??? (???) <3d591878110f4e73daf0752549f9b5e2> /usr/lib/libsqlite3.0.dylib
    0x7fff83ed5000 - 0x7fff83f12fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83f13000 - 0x7fff83f2bfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ce7135044e951deaa2b687bc8537809a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff83f2c000 - 0x7fff83f34ffa libbsm.dylib ??? (???) <a870a8e515e1a6407c81ddeebba21793> /usr/lib/libbsm.dylib
    0x7fff83f35000 - 0x7fff83f35ffa com.apple.CoreServices 32 (32) <f1ae7e34fb008524b502ed0185b32794> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83f36000 - 0x7fff83f5dfff libxslt.1.dylib ??? (???) <1c1ac552c03c667789eecb3d9a6e998f> /usr/lib/libxslt.1.dylib
    0x7fff83f5e000 - 0x7fff83f62fff libGIF.dylib ??? (???) <81b7cce54846bc3f815eeffe62dd11a8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff83f63000 - 0x7fff83f66fff com.apple.securityhi 3.0 (30817) <87afc047c1658a04db24da9836929456> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff83f67000 - 0x7fff84724fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff84725000 - 0x7fff8474ffff libcups.2.dylib ??? (???) <04f408feb95d60907e9c958ef9fb2c2d> /usr/lib/libcups.2.dylib
    0x7fff84750000 - 0x7fff848dbffb libSystem.B.dylib ??? (???) <f78131260c5dde2afd54e7bbe1efa161> /usr/lib/libSystem.B.dylib
    0x7fff848dc000 - 0x7fff8490eff7 libauto.dylib ??? (???) <cc8eece8c0097b254c758bd4e8df9537> /usr/lib/libauto.dylib
    0x7fff8490f000 - 0x7fff84985fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff84986000 - 0x7fff84b06fff com.apple.QTKit 7.7 (1680.28) <9c435193363f4ace9cfb0c51eaf2e28c> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff84b07000 - 0x7fff84b10fff libCGATS.A.dylib ??? (???) <f6c80ed5581cad5ca4a8ed68bfdfbdf3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x7fff84b11000 - 0x7fff84ef1fef com.apple.QuartzCore 1.5.8 (1.5.8) <1c79fff9a8916e61c28ec13a87723e67> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff84ef2000 - 0x7fff84f40fff com.apple.CoreMediaIOServices 140.0 (1492) <06e438b8a9e5b291768cb0bd933684df> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x7fffffe00000 - 0x7fffffe01780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
0xfffffffffffec000 - 0xfffffffffffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib

Revision history for this message
Marco Serantoni (marco-serantoni) wrote :

Which build you have ?
Picked from where or compiled how ?

Could you reproduce it with recent builds ?

Changed in kicad:
status: New → Incomplete
assignee: nobody → Marco Serantoni (marco-serantoni)
Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

I believe this was already fixed. Would the person who filed this bug report please confirm if a more recent version of kicad still crashes.

Changed in kicad:
importance: Undecided → High
Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

I'm marking this as fix committed since the bug reported has not responded in over a week. Please change to new if you manage to duplicate this bug. Please include the build information if you change the status. The original bug report was incomplete.

Revision history for this message
jedrine (guyard-jerome) wrote :

Hello

I don't know if they are a same problem.

But i create a projet with the version BZR 4022, if i want to open with the version 4.0.0._rc1-i686 he don't reconize the file for the PCB. The extension of the PCB is kicad_pcb.

I send you my project KICAD and error problem.

Revision history for this message
jedrine (guyard-jerome) wrote :

the projet..

Revision history for this message
Wayne Stambaugh (stambaughw) wrote : Re: [Bug 1123412] Re: pcbnew crashes when opening a file

This is not the same thing. You have translated layer names in your
board file which is causing the problem. You must either load your
board in stable r4022, set the language to default, and save the the
board file or manually edit the layer names with a text editor as
described here http://kicad-pcb.org/help/migration-from-old-stable/

On 9/29/2015 8:05 AM, jedrine wrote:
> the projet..
>
> ** Attachment added: "41090-2 Carte Fond Panier Interface Automatisme.zip"
> https://bugs.launchpad.net/kicad/+bug/1123412/+attachment/4478624/+files/41090-2%20Carte%20Fond%20Panier%20Interface%20Automatisme.zip
>

xzcvczx (xzcvczx)
Changed in kicad:
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.