aflux / neutrino

A light, expandable and full featured image analysis tool for research
10 stars 1 forks source link

writing tiff on mavericks crashes #19

Closed iltommi closed 10 years ago

iltommi commented 10 years ago

Process: Neutrino [826] Path: /Applications/neutrino.app/Contents/MacOS/Neutrino Identifier: com.neutrino Version: v1.0rc-22-g84ca631 (v1.0rc-22-g84ca631) Code Type: X86-64 (Native) Parent Process: launchd [264] Responsible: Neutrino [826] User ID: 501

Date/Time: 2014-03-05 11:56:53.013 +0100 OS Version: Mac OS X 10.9.1 (13B42) Report Version: 11 Anonymous UUID: 6EA07200-BA5C-F659-2216-757DDB114860

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information: Assertion failed: (value>=0.0), function TIFFWriteDirectoryTagCheckedRational, file tif_dirwrite.c, line 2084.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff95737866 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff95c7535c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff8d81abba abort + 125 3 libsystem_c.dylib 0x00007fff8d7e4a5f __assert_rtn + 321 4 libtiff.5.dylib 0x0000000100695a16 TIFFReadDirectory + 5210 5 libtiff.5.dylib 0x0000000100696894 TIFFReadDirectory + 8920 6 libtiff.5.dylib 0x00000001006988ec TIFFRewriteDirectory + 819 7 libtiff.5.dylib 0x000000010069ebc7 TIFFFlush + 343 8 libtiff.5.dylib 0x0000000100689aef TIFFCleanup + 32 9 libtiff.5.dylib 0x0000000100689c77 TIFFClose + 35 10 libnPhysImageF.so 0x00000001003e8539 phys_writetiff(nPhysImageF, char const, int) + 1241 11 com.neutrino 0x000000010002c5c7 neutrino::fileSave(nPhysImageF, QString) + 343 12 com.neutrino 0x000000010002d2a7 neutrino::fileSave(QString) + 375 13 com.neutrino 0x000000010002d3ed neutrino::fileSave() + 45 14 com.neutrino 0x0000000100055920 neutrino::qt_staticmetacall(QObject, QMetaObject::Call, int, void) + 2192 15 QtCore 0x0000000101c1d66e QMetaObject::activate(QObject, QMetaObject const, int, void) + 1566 16 QtGui 0x0000000100fb4a11 QAction::triggered(bool) + 49 17 QtGui 0x0000000100fb5da4 QAction::activate(QAction::ActionEvent) + 180 18 QtGui 0x0000000100f68b7a QMacInputContext::reset() + 42154 19 com.apple.AppKit 0x00007fff999c33d0 -[NSApplication sendAction:to:from:] + 327 20 com.apple.AppKit 0x00007fff999de348 -[NSMenuItem _corePerformAction] + 394 21 com.apple.AppKit 0x00007fff999de084 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117 22 com.apple.AppKit 0x00007fff99a2d4dd -[NSMenu _internalPerformActionForItemAtIndex:] + 35 23 com.apple.AppKit 0x00007fff99a2d359 -[NSCarbonMenuImpl carbonCommandProcessEvent:handlerCallRef:] + 104 24 com.apple.AppKit 0x00007fff999d4176 NSSLMMenuEventHandler + 716 25 com.apple.HIToolbox 0x00007fff8dea86d4 DispatchEventToHandlers(EventTargetRec, OpaqueEventRef, HandlerCallRec) + 892 26 com.apple.HIToolbox 0x00007fff8dea7c87 SendEventToEventTargetInternal(OpaqueEventRef, OpaqueEventTargetRef, HandlerCallRec) + 385 27 com.apple.HIToolbox 0x00007fff8debbd90 SendEventToEventTarget + 40 28 com.apple.HIToolbox 0x00007fff8def1a30 SendHICommandEvent(unsigned int, HICommand const, unsigned int, unsigned int, unsigned char, void const, OpaqueEventTargetRef, OpaqueEventTargetRef, OpaqueEventRef**) + 420 29 com.apple.HIToolbox 0x00007fff8df24618 SendMenuCommandWithContextAndModifiers + 59 30 com.apple.HIToolbox 0x00007fff8df245c4 SendMenuItemSelectedEvent + 178 31 com.apple.HIToolbox 0x00007fff8df244a5 FinishMenuSelection(SelectionData, MenuResult, MenuResult) + 94 32 com.apple.HIToolbox 0x00007fff8df2c425 MenuSelectCore(MenuData, Point, double, unsigned int, OpaqueMenuRef**, unsigned short) + 718 33 com.apple.HIToolbox 0x00007fff8df2c051 _HandleMenuSelection2 + 446 34 com.apple.AppKit 0x00007fff9994679c _NSHandleCarbonMenuEvent + 284 35 com.apple.AppKit 0x00007fff997a556e DPSNextEvent + 2170 36 com.apple.AppKit 0x00007fff997a48db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 37 com.apple.AppKit 0x00007fff997989cc -[NSApplication run] + 553 38 QtGui 0x0000000100f743b8 QDesktopWidget::resizeEvent(QResizeEvent) + 12584 39 QtCore 0x0000000101c040e4 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68 40 QtCore 0x0000000101c04494 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 324 41 QtCore 0x0000000101c06b7c QCoreApplication::exec() + 188 42 com.neutrino 0x00000001000540b2 main + 914 43 com.neutrino 0x0000000100006ff8 start + 52

aflux commented 10 years ago

is it repeatable?

iltommi commented 10 years ago

yes

iltommi commented 10 years ago

it looks like it might be related to the tags we write in the tiff...

iltommi commented 10 years ago

it looks like it's fixed now...