Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program crashes when filtering traces #5

Open
neurodroid opened this issue Nov 4, 2014 · 1 comment
Open

Program crashes when filtering traces #5

neurodroid opened this issue Nov 4, 2014 · 1 comment
Assignees
Labels

Comments

@neurodroid
Copy link
Owner

User report, OS X 10.6.8 with MacPorts stimfit 0.13.15. Stack trace:

Process: stimfit [69231]
Path: /Applications/MacPorts/stimfit.app/Contents/MacOS/stimfit
Identifier: org.stimfit
Version: 0.13.15 (0.13.15)
Code Type: X86-64 (Native)
Parent Process: launchd [214]

Date/Time: 2014-11-04 09:37:48.962 +0000
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 21978318 sec
Crashes Since Last Report: 73
Per-App Interval Since Last Report: 589 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 28058F55-6842-4B6E-BC77-5D8ADEA394C4

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libstimfit.dylib 0x0000000100085974 wxStfGraph::DoPlot(wxDC_, std::vector<double, std::allocator > const&, int, int, int, plottype, int) + 738
1 libstimfit.dylib 0x0000000100085d6f wxStfGraph::PlotTrace(wxDC_, std::vector<double, std::allocator > const&, plottype, int) + 357
2 libstimfit.dylib 0x0000000100085ede wxStfGraph::PlotSelected(wxDC&) + 184
3 libstimfit.dylib 0x0000000100087295 wxStfGraph::OnDraw(wxDC&) + 327
4 ...x_osx_cocoau_core-3.0.dylib 0x0000000100920cf3 wxAnyScrollHelperBase::HandleOnPaint(wxPaintEvent&) + 59
5 ...x_osx_cocoau_core-3.0.dylib 0x0000000100921b86 wxScrollHelperEvtHandler::ProcessEvent(wxEvent&) + 132
6 libwx_baseu-3.0.dylib 0x0000000100ddba20 wxEvtHandler::SafelyProcessEvent(wxEvent&) + 22
7 ...x_osx_cocoau_core-3.0.dylib 0x00000001008ea4f4 wxWindowBase::HandleWindowEvent(wxEvent&) const + 16
8 ...x_osx_cocoau_core-3.0.dylib 0x00000001007b893c wxWindow::MacDoRedraw(long) + 832
9 ...x_osx_cocoau_core-3.0.dylib 0x0000000100844824 wxWidgetCocoaImpl::drawRect(void_, NSView_, void_) + 844
10 ...x_osx_cocoau_core-3.0.dylib 0x0000000100843fe5 wxOSX_drawRect(NSView_, objc_selector_, CGRect) + 101
11 com.apple.AppKit 0x00007fff86499cc5 -[NSView _drawRect:clip:] + 3390
12 com.apple.AppKit 0x00007fff86498938 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
13 com.apple.AppKit 0x00007fff8649700a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 767
14 com.apple.AppKit 0x00007fff86497ed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4555
15 com.apple.AppKit 0x00007fff86497ed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4555
16 com.apple.AppKit 0x00007fff86496b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 254
17 com.apple.AppKit 0x00007fff864933de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
18 com.apple.AppKit 0x00007fff8640cc0e -[NSView displayIfNeeded] + 969
19 com.apple.AppKit 0x00007fff86407aba _handleWindowNeedsDisplay + 678
20 com.apple.CoreFoundation 0x00007fff81baeb07 __CFRunLoopDoObservers + 519
21 com.apple.CoreFoundation 0x00007fff81b8a434 __CFRunLoopRun + 468
22 com.apple.CoreFoundation 0x00007fff81b89d8f CFRunLoopRunSpecific + 575
23 com.apple.HIToolbox 0x00007fff815007ee RunCurrentEventLoopInMode + 333
24 com.apple.HIToolbox 0x00007fff81500551 ReceiveNextEventCommon + 148
25 com.apple.HIToolbox 0x00007fff815004ac BlockUntilNextEventMatchingListInMode + 59
26 com.apple.AppKit 0x00007fff863dceb2 DPSNextEvent + 708
27 com.apple.AppKit 0x00007fff863dc801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
28 com.apple.AppKit 0x00007fff863a268f -[NSApplication run] + 395
29 ...x_osx_cocoau_core-3.0.dylib 0x0000000100829150 wxGUIEventLoop::OSXDoRun() + 198
30 libwx_baseu-3.0.dylib 0x0000000100dc1905 wxCFEventLoop::DoRun() + 31
31 libwx_baseu-3.0.dylib 0x0000000100d50e06 wxEventLoopBase::Run() + 176
32 libwx_baseu-3.0.dylib 0x0000000100d2b375 wxAppConsoleBase::MainLoop() + 103
33 ...x_osx_cocoau_core-3.0.dylib 0x00000001007e3fe5 wxApp::OnRun() + 39
34 libwx_baseu-3.0.dylib 0x0000000100d74b84 wxEntry(int&, wchar_t
*) + 119
35 org.stimfit 0x00000001000098a0 main + 20
36 org.stimfit 0x0000000100009884 start + 52

@neurodroid neurodroid self-assigned this Nov 4, 2014
@neurodroid neurodroid added the bug label Nov 4, 2014
@schloegl
Copy link
Collaborator

Trying to reproduce this issue in 0.16.3 on linux does not show this issue. Is this still an issue on your platform ?
If that is the case, can you provide more details, e.g. example data, and steps how to reproduce this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants