Author Topic: first bug for 10.8 (sorry :)  (Read 2818 times)

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
first bug for 10.8 (sorry :)
« on: 2012 December 23 17:17:02 »
still seeing this crash on macosx.

this is on 10.8.2, everything updated to the latest. this is a crash on exit; similar crashes around pi::PixInsightPrinter::Save() have been in PI for years...

rob



Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib           0x00007fff8f468212 __pthread_kill + 10
1   libsystem_c.dylib                0x00007fff8efd9af4 pthread_kill + 90
2   libsystem_c.dylib                0x00007fff8f01ddce abort + 143
3   libc++abi.dylib                  0x00007fff89fd3a17 abort_message + 257
4   libc++abi.dylib                  0x00007fff89fd13c6 default_terminate() + 28
5   libobjc.A.dylib                  0x00007fff9076e887 _objc_terminate() + 111
6   libc++abi.dylib                  0x00007fff89fd13f5 safe_handler_caller(void (*)()) + 8
7   libc++abi.dylib                  0x00007fff89fd1450 std::terminate() + 16
8   libc++abi.dylib                  0x00007fff89fd25b7 __cxa_throw + 111
9   com.pleiades-astrophoto.PixInsight   0x00000001011efc6c pcl::CriticalSignalHandler(int) + 380
10  libsystem_c.dylib                0x00007fff8efc68ea _sigtramp + 26
11  ???                              0x00000001027639f8 vtable for QScrollBar + 472
12  com.apple.print.framework.PrintCore   0x00007fff91ab0c37 PMGetUnadjustedPaperRect + 24
13  QtGui                            0x0000000101ca2170 QDesktopWidget::resizeEvent(QResizeEvent*) + 36480
14  QtGui                            0x0000000101ca3761 QDesktopWidget::resizeEvent(QResizeEvent*) + 42097
15  QtGui                            0x0000000101e6688a QPrinter::paperSize() const + 42
16  com.pleiades-astrophoto.PixInsight   0x0000000100c4bd04 pi::PixInsightPrinter::Save() const + 900
17  com.pleiades-astrophoto.PixInsight   0x0000000100188abf main + 22015
18  com.pleiades-astrophoto.PixInsight   0x000000010000b9d8 start + 52

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: first bug for 10.8 (sorry :)
« Reply #1 on: 2012 December 23 17:45:19 »
Hmm, I had some hope that Qt 4.8.3 would fix this. Anyway, be sure we'll get this bug fixed in the final 1.8.0 release (January). It is the same exit bug as before, so it should not affect the application's functionality (let me know otherwise). Thank you for checking and reporting it.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: first bug for 10.8 (sorry :)
« Reply #2 on: 2012 December 23 18:26:49 »
yeah, i don't think it affects anything, unless there is some state that it should be pushing to disk after the crash.