You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original Date: 2013-06-27
Original Assignee: Tracie Sucharski
The program seg faults with lots of errors if I try to open a cubelist that points to files that don't exist.
Under the production version of ISIS the launching shell displays an error for each file in the list similar to "I/O ERROR Unable to open [RDR/I27527015RDR.cub].", but the program stays open ready for a new list. The m00775b version seg faults and prints what you see above and "QObject::connect: Cannot connect (null)::destroyed(QObject *) to Isis::MosaicController::imageClosed(QObject *)".
Additionally, if I first open/set the map file first, then try to open a cubelist with bad paths, I get the above errors and
"PROGRAMMER ERROR Can not find a NULL image in the mosaic."
I have some files you can play with under /work/users/lweller/Isis3Tests/Qmos/Groups/. Good lists are rdr_#files.lis and one with incomplete pathnames is bad_path_rdr_20files.lis.
The text was updated successfully, but these errors were encountered:
Author Name: Lynn Weller (Lynn Weller)
Original Date: 2013-06-27
Original Assignee: Tracie Sucharski
The program seg faults with lots of errors if I try to open a cubelist that points to files that don't exist.
Under the production version of ISIS the launching shell displays an error for each file in the list similar to "I/O ERROR Unable to open [RDR/I27527015RDR.cub].", but the program stays open ready for a new list. The m00775b version seg faults and prints what you see above and "QObject::connect: Cannot connect (null)::destroyed(QObject *) to Isis::MosaicController::imageClosed(QObject *)".
Additionally, if I first open/set the map file first, then try to open a cubelist with bad paths, I get the above errors and
"PROGRAMMER ERROR Can not find a NULL image in the mosaic."
I have some files you can play with under /work/users/lweller/Isis3Tests/Qmos/Groups/. Good lists are rdr_#files.lis and one with incomplete pathnames is bad_path_rdr_20files.lis.
The text was updated successfully, but these errors were encountered: