Author Topic: Seg fault on saving integrated image?  (Read 2205 times)

Offline magnusl

  • PixInsight Enthusiast
  • **
  • Posts: 84
Seg fault on saving integrated image?
« on: 2016 January 27 09:30:53 »
Hi!

I just experience quite annoying probelms: I cannot save my processed xisf file. THis is the message:

Critical signal caught (11): Segmentation violation


PixInsight 01.08.04.1195 - Critical Signal Backtrace
Signal : 11
Module : /opt/PixInsight/bin/PixInsight() [0x14096ad]
========================================================================================================================
22: /lib/x86_64-linux-gnu/libpthread.so.0(+0x10d10) [0x7faa9b8a6d10]
21: /opt/PixInsight/bin/PixInsight() [0x7c9c3b]
20: /opt/PixInsight/bin/PixInsight() [0x7cc176]
19: /opt/PixInsight/bin/PixInsight() [0xf35b03]
18: QObject::event(QEvent*)(+0x276 [0x7faa966069a6])
17: QWidget::event(QEvent*)(+0x3f4 [0x7faa971e2564])
16: QMainWindow::event(QEvent*)(+0x15b [0x7faa972f182b])
15: QApplicationPrivate::notify_helper(QObject*, QEvent*)(+0x8c [0x7faa971a27fc])
14: QApplication::notify(QObject*, QEvent*)(+0x3b8 [0x7faa971a7718])
13: /opt/PixInsight/bin/PixInsight() [0x5d26ff]
12: QCoreApplication::notifyInternal(QObject*, QEvent*)(+0x65 [0x7faa965d5ed5])
11: QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)(+0x1e7 [0x7faa965d8097])
10: /opt/PixInsight/bin/lib/libQt5Core.so.5(+0x2ee253) [0x7faa9662d253]
9: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7) [0x7faa9bafdff7](+0x2a7 [0x7faa9bafdff7])
8: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4a250) [0x7faa9bafe250]
7: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7faa9bafe2fc](+0x2c [0x7faa9bafe2fc])
6: QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)(+0x5c [0x7faa9662c6cc])
5: QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)(+0x123 [0x7faa965d3da3])
4: QCoreApplication::exec()(+0x86 [0x7faa965db906])
3: /opt/PixInsight/bin/PixInsight() [0x45f897]
2: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7faa94edaa40](+0xf0 [0x7faa94edaa40])
1: /opt/PixInsight/bin/PixInsight() [0x487219]


Anyone knows what this is all about?

Magnus

Offline dmcclain

  • PixInsight Addict
  • ***
  • Posts: 117
Re: Seg fault on saving integrated image?
« Reply #1 on: 2016 January 29 13:44:26 »
I too have been seeing occasional segfaults in PI, mostly when it needs to refresh the image histograms after I have performed some operation on an image. Just had one this morning, but PI seems to have recovered. I should probably have quit and restarted PI, but I haven't noticed anything awry by not doing a clean start.

In the one from this morning, it looked like it was trying to free up all temporary cache space. It seems to be an interaction between the histogram module and Qt.