×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Crash while removing a job from the sequence queue

  • Posts: 64
  • Thank you received: 2
Hello,

I had a list of jobs in the sequence queue, stopped the current job.
When starting again the first job, it was starting the second one.
So, I decided to remove the second job from the queue.

At that point, Kstars crashed. From the crash file, I extracted the following stack:
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x0000561f278e6d31 in Ekos::Capture::removeJob (this=0x561f2b88cad0)
    at ./kstars/ekos/capture/capture.cpp:2035
2035	./kstars/ekos/capture/capture.cpp: Aucun fichier ou dossier de ce type.
[Current thread is 1 (Thread 0x7fc8eb02f940 (LWP 1855))]
(gdb) bt
#0  0x0000561f278e6d31 in Ekos::Capture::removeJob (this=0x561f2b88cad0)
    at ./kstars/ekos/capture/capture.cpp:2035
#1  0x0000561f2780c6bd in Ekos::Capture::qt_static_metacall (
    _o=0x561f2b88cad0, _c=<optimized out>, _id=<optimized out>, 
    _a=<optimized out>)
    at ./obj-x86_64-linux-gnu/kstars/KStarsLib_autogen/VONTORZADU/moc_capture.cpp:516
#2  0x00007fc8e56eb8e5 in QMetaObject::activate(QObject*, int, int, void**) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x00007fc8e6cfa572 in QAbstractButton::clicked(bool) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5

The crash occurred on July 13th at about 0h14.
Logs are attached.

Version:
KStars 2.9.4
Build: 2018-04-11T16:22:29Z
The following user(s) said Thank You: Eric
Last edit: 5 years 9 months ago by Florian Signoret.
5 years 9 months ago #27443
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1029
  • Thank you received: 301
Thanks for reporting. I checked job removals during the last months, that is supposed to be fixed in 2.9.6, or kstars-bleeding if 2.9.7 is not out.

-Eric
5 years 9 months ago #27473

Please Log in or Create an account to join the conversation.

Time to create page: 0.309 seconds