2010-05-26T05:08:03 *** goffena has quit IRC 2010-05-26T05:08:06 *** tclarke has joined #opticks 2010-05-26T05:08:06 *** ChanServ sets mode: +o tclarke 2010-05-26T05:08:08 *** goffena has joined #opticks 2010-05-26T06:13:43 . 2010-05-26T06:13:43 . 2010-05-26T06:13:46 http://paste.cbwhiz.com/ still seems to be broken. 2010-05-26T06:13:47 . 2010-05-26T06:13:47 . 2010-05-26T06:14:20 Has anyone experienced the following: 2010-05-26T06:14:21 http://pastebin.com/sFJiL8Fc 2010-05-26T06:15:49 If noone else is able to reproduce, i will assume my install is messed up. 2010-05-26T06:21:00 looking now 2010-05-26T06:22:18 you have any of your plug-ins installed? 2010-05-26T06:22:28 sounds like there could be an out of order destruction or a dangling pointer problem 2010-05-26T06:24:55 nothing other than what came with Opticks. 2010-05-26T06:25:07 i actually removed all the Opticks ones, with the exception of GDAL Importer and Auto Importer 2010-05-26T06:25:09 still happened. 2010-05-26T06:25:17 but only on one machine, 64 bit release 2010-05-26T06:25:36 I've not seen that before...is it possible to get a stack trace? 2010-05-26T06:25:46 we might be able to reference it against the map files and at least figure out what method the crash occurs in 2010-05-26T06:26:08 let me check if i have release qt pdbs 2010-05-26T06:28:31 *** tclarke has quit IRC 2010-05-26T06:28:37 *** tclarke has joined #opticks 2010-05-26T06:28:40 *** ChanServ sets mode: +o tclarke 2010-05-26T06:31:11 don't have release mode pdbs for qt 4.5.2 2010-05-26T06:31:18 is the crash happening in qt? 2010-05-26T06:31:18 i am looking at a text file "how to use release mode pdbs" 2010-05-26T06:31:33 you shouldn't need them to find out where in Opticks the crash occurs...any qt stack frames will show up with memory addresses instead 2010-05-26T06:31:42 i believe it was qt at top of call stack 2010-05-26T06:33:05 *** tclarke changes topic to "Discussion and assistance for Opticks. (http://opticks.org) Please use a pastebin for code. (http://pastebin.com/)" 2010-05-26T06:33:09 i think several layers down opticks appeared. Maybe at 'return qApplication.exec();' 2010-05-26T06:33:10 i'll double check 2010-05-26T06:35:42 that was the place in Opticks. 2010-05-26T06:35:54 12 layers of QtGui4.dll and AtCore4.dll above that 2010-05-26T06:40:28 nothing else lower? 2010-05-26T06:40:34 that line is the start of the Qt event loop 2010-05-26T06:40:43 which likely means that qt is crashing due to a dangling pointer or something similar 2010-05-26T06:40:55 that doesn't happen too often since qt tracks the life of QObjects (similar to how AttachmentPointer works) 2010-05-26T06:41:18 *** kstreith has joined #opticks 2010-05-26T06:41:18 *** ChanServ sets mode: +o kstreith 2010-05-26T06:43:58 QtGui4.dll is at the top of the stack 2010-05-26T06:44:08 11 more qt references below that 2010-05-26T06:44:23 then the Opticks InteractiveApplication::run->return qApplication.exedc() 2010-05-26T06:45:40 what version of Opticks? 2010-05-26T06:45:48 below the top most stack item it says: "[Frames below may be incorrect and/or missing, no symbols loaded for QtGui4.dll], but i think that is normal message when pdbs cannot be found. 2010-05-26T06:46:02 4.3.3 64 bit release mode on my machine. Same install on another machine, this does not happen. 2010-05-26T06:46:17 On my machine i also have 4.3.3 built from source, and 4.3.3 with rforehan's xerces test patch built 2010-05-26T06:46:31 i am inclined to believe there is something wrong with my install. 2010-05-26T06:47:54 until someone else can reproduce this, i don't think it is worth anymore effort on my part 2010-05-26T06:48:13 i just tried and cannot reproduce 2010-05-26T06:51:02 i will move onto other things then. thanks. 2010-05-26T06:51:02 . 2010-05-26T06:51:05 np 2010-05-26T06:51:44 *** goffena has quit IRC 2010-05-26T06:59:06 *** goffena has joined #opticks 2010-05-26T07:41:38 *** Dave has joined #opticks 2010-05-26T07:43:07 *** Dave is now known as Guest47572 2010-05-26T07:43:22 Does Opticks do image segmentation? 2010-05-26T07:43:42 *** Guest47572 has quit IRC 2010-05-26T07:45:23 there is no image segmentation plug-in but you can use the Python extension and OpenCV to perform the segmentation 2010-05-26T08:43:10 *** dsulgrov has joined #opticks 2010-05-26T08:43:18 *** rforehan has joined #opticks 2010-05-26T09:53:37 New news from nightlybuilds: Python1.0.X-Daily-Solaris #14 (SUCCESS) || Python1.0.X-Daily-Windows #13 (FAILURE) 2010-05-26T12:28:09 New news from nightlybuilds: Python1.0.X-Daily-Solaris #15 (SUCCESS) || Python1.0.X-Daily-Windows #15 (SUCCESS) 2010-05-26T13:32:11 *** tclarke has quit IRC 2010-05-26T13:32:32 *** GitHub2 has joined #opticks 2010-05-26T13:32:32 coan: master Trevor Clarke * c6a9b96 (4 files in 1 dirs): Foreground segmentation appears to be working. ... 2010-05-26T13:32:32 coan: master Trevor Clarke * bda574f (4 files in 1 dirs): Added focus area selection. ... 2010-05-26T13:32:32 coan: master commits 3fece1f...bda574f - http://bit.ly/9VX7qs 2010-05-26T13:32:32 *** GitHub2 has left #opticks 2010-05-26T13:33:54 *** tclarke has joined #opticks 2010-05-26T13:33:54 *** ChanServ sets mode: +o tclarke 2010-05-26T13:36:25 *** ChanServ changes topic to "Welcome to the Opticks discussion channel. For more information on Opticks go to http://opticks.org Please use a past bin for code (try http://pastbin.com)." 2010-05-26T13:36:32 *** tclarke has quit IRC 2010-05-26T13:36:37 *** tclarke has joined #opticks 2010-05-26T13:36:37 *** ChanServ sets mode: +o tclarke 2010-05-26T13:36:57 *** tclarke has quit IRC 2010-05-26T13:40:57 *** goffena has quit IRC 2010-05-26T13:42:54 *** kstreith has quit IRC 2010-05-26T14:10:34 *** dsulgrov has quit IRC 2010-05-26T17:09:27 *** rforehan has quit IRC 2010-05-26T17:09:48 *** rforehan has joined #opticks 2010-05-26T18:31:29 *** rforehan has left #opticks