| Summary: | Ekos Crash with Simulators | ||
|---|---|---|---|
| Product: | [Applications] kstars | Reporter: | philip.wiese <philip.wiese> |
| Component: | general | Assignee: | Jasem Mutlaq <mutlaqja> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 3.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
philip.wiese@maketec.ch
2022-08-23 22:18:04 UTC
Seems to be the same or similar issue as https://bugs.kde.org/show_bug.cgi?id=445113 This is the log with ekosdebugger: It seems like a division-by-zero error where the binning of the camera is set to zero. Thread 1 "kstars" received signal SIGFPE, Arithmetic exception. 0x0000555555d1a783 in cgmath::setVideoParameters (this=0x55555b75eb00, vid_wd=vid_wd@entry=1280, vid_ht=vid_ht@entry=1024, binX=binX@entry=0, binY=0) at ./kstars/ekos/guide/internalguide/gmath.cpp:79 #0 0x0000555555d1a783 in cgmath::setVideoParameters (this=0x55555b75eb00, vid_wd=vid_wd@entry=1280, vid_ht=vid_ht@entry=1024, binX=binX@entry=0, binY=0) at ./kstars/ekos/guide/internalguide/gmath.cpp:79 #1 0x0000555555d34e60 in Ekos::InternalGuider::setFrameParams (this=this@entry=0x55555a0547d0, x=<optimized out>, y=y@entry=0, w=w@entry=1280, h=h@entry=1024, binX=binX@entry=0, binY=0) at /usr/include/c++/9/bits/unique_ptr.h:360 #2 0x0000555555cf75c0 in Ekos::Guide::updateCCDBin (this=<optimized out>, index=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:699 #3 0x0000555555cf7787 in Ekos::Guide::setCamera (this=0x55555b75cf80, device=...) at ./kstars/ekos/guide/guide.cpp:454 #4 0x0000555555a79bb0 in Ekos::Manager::setCCD (this=0x5555568ff430, ccdDevice=<optimized out>) at /usr/include/c++/9/bits/unique_ptr.h:360 #5 0x00007ffff5375328 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x0000555555953b56 in INDIListener::newCCD (this=this@entry=0x555559d93e60, _t1=<optimized out>) at ./obj-x86_64-linux-gnu/kstars/KStarsLib_autogen/FRI4DANIHA/moc_indilistener.cpp:419 #7 0x0000555555a0107a in INDIListener::registerProperty (this=0x555559d93e60, prop=...) at ./kstars/indi/indilistener.cpp:263 #8 0x00005555559fef5a in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<INDI::Property>, void, void (INDIListener::*)(INDI::Property)>::call (arg=<optimized out>, o=<optimized out>, f=<optimized out>) at /usr/include/c++/9/ext/atomicity.h:96 #9 QtPrivate::FunctionPointer<void (INDIListener::*)(INDI::Property)>::call<QtPrivate::List<INDI::Property>, void> (arg=<optimized out>, o=<optimized out>, f=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:185 #10 QtPrivate::QSlotObject<void (INDIListener::*)(INDI::Property), QtPrivate::List<INDI::Property>, void>::impl (which=<optimized out>, this_=<optimized out>, r=<optimized out>, a=<optimized out>, ret=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:414 #11 0x00007ffff5375c2a in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #12 0x00007ffff5d63a66 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #13 0x00007ffff5d6d0f0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #14 0x00007ffff534980a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #15 0x00007ffff534c488 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #16 0x00007ffff53a1e37 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #17 0x00007ffff421c17d in g_main_context_dispatch () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #18 0x00007ffff421c400 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #19 0x00007ffff421c4a3 in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #20 0x00007ffff53a1435 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #21 0x00007ffff53483ab in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #22 0x00007ffff5350116 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #23 0x00005555556d8a64 in main (argc=<optimized out>, argv=<optimized out>) at ./kstars/main.cpp:382 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffef163700 (LWP 5593)] [New Thread 0x7fffee326700 (LWP 5594)] [New Thread 0x7fffe6474700 (LWP 5595)] [New Thread 0x7fffda849700 (LWP 5597)] [New Thread 0x7fffd3fff700 (LWP 5598)] [New Thread 0x7fffc7fff700 (LWP 5599)] [New Thread 0x7fffe5923700 (LWP 5600)] [New Thread 0x7fffd8848700 (LWP 5601)] [New Thread 0x7fffd1ffe700 (LWP 5602)] [New Thread 0x7fffb7fff700 (LWP 5607)] [New Thread 0x7fffaffff700 (LWP 5608)] [New Thread 0x7fff9ffff700 (LWP 5609)] [New Thread 0x7fffa7fff700 (LWP 5610)] [New Thread 0x7fff8ffff700 (LWP 5611)] [New Thread 0x7fffd0a04700 (LWP 5612)] [Thread 0x7fffd0a04700 (LWP 5612) exited] [Thread 0x7fffd8848700 (LWP 5601) exited] [Thread 0x7fffd1ffe700 (LWP 5602) exited] Please check against KStars 3.6.1 and report back. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |