neurodroid / stimfit

A program for viewing and analyzing electrophysiological data
GNU General Public License v2.0
52 stars 25 forks source link

Program crashes when filtering traces #5

Open neurodroid opened 9 years ago

neurodroid commented 9 years ago

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_cocoaucore-3.0.dylib 0x0000000100844824 wxWidgetCocoaImpl::drawRect(void, NSView, void) + 844 10 ...x_osx_cocoau_core-3.0.dylib 0x0000000100843fe5 wxOSXdrawRect(NSView, objcselector, 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&, wchart*) + 119 35 org.stimfit 0x00000001000098a0 main + 20 36 org.stimfit 0x0000000100009884 start + 52

schloegl commented 3 months ago

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 ?