×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Kstars crashing

  • Posts: 1185
  • Thank you received: 370
Rishi, Dmitrii, do you use 32bit versions of the OS? If yes, this is the explanation since big camera frames use too much RAM and 32bit has an upper limit of around 3GB, which is too little if all images are kept in memory.
2 years 2 months ago #79399

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

  • Posts: 245
  • Thank you received: 56

Replied by Rishi Garrod on topic Kstars crashing

I am using the 64 bit kernel (arm_64bit=1 in config.txt) but not a full blown 64 bit distro.

As someone else mentioned on the recent crashes I did see it was crashing during debayering.
2 years 2 months ago #79400

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

  • Posts: 1185
  • Thank you received: 370
Do you have a core dump?
2 years 2 months ago #79402

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

  • Posts: 245
  • Thank you received: 56

Replied by Rishi Garrod on topic Kstars crashing

Does it automatically dump the core when Kstars crashes or would I need to set it up first.

My Pi only has 4GB so I guess having the 64bit kernel doesn't really help?
2 years 2 months ago #79403

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

  • Posts: 1185
  • Thank you received: 370
Typically, the core dump limit is 0, i.e. cores cannot be dumped. To enable it, call
ulimit -c unlimited

A 4GB Pi should be sufficient. The problem is that for large cameras you need 2.5-3GB of memory, but not more. A single frame from a large CCD uses ~100MB as FITS plus ~200MB as pixmap. If you have both FITSViewer and the viewer on the summary page, you already need 600MB. Plus focusing, aligning, debayering, ..., I measured the values mentioned before. But there is no (major) memory leak that causes the crashes.
2 years 2 months ago #79405

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

  • Posts: 245
  • Thank you received: 56

Replied by Rishi Garrod on topic Kstars crashing

I was set to unlimited and I found a coredump in /var/lib/systemd but it was from June so I guess it didn't coredump when Kstars crashed.
I will force another crash and see if I get one
2 years 2 months ago #79406

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

  • Posts: 245
  • Thank you received: 56

Replied by Rishi Garrod on topic Kstars crashing

I guess I need to go through focusing, aligning, guiding to load up the memory. If I just try to take subs its not crashing at the moment.

Managed to force a crash but no new coredump.
This is the log.

[2022-01-15T16:07:46.447 CET INFO ][                org.kde.kstars] - Welcome to KStars 3.5.6 Stable
[2022-01-15T16:07:46.447 CET INFO ][                org.kde.kstars] - Build: 2021-11-11T14:55:20Z
[2022-01-15T16:07:46.448 CET INFO ][                org.kde.kstars] - OS: "raspbian"
[2022-01-15T16:07:46.448 CET INFO ][                org.kde.kstars] - API: "arm-little_endian-ilp32-eabi-hardfloat"
[2022-01-15T16:07:46.448 CET INFO ][                org.kde.kstars] - Arch: "arm64"
[2022-01-15T16:07:46.448 CET INFO ][                org.kde.kstars] - Kernel Type: "linux"
[2022-01-15T16:07:46.449 CET INFO ][                org.kde.kstars] - Kernel Version: "5.10.63-v8+"
[2022-01-15T16:07:46.449 CET INFO ][                org.kde.kstars] - Qt Version: 5.11.3
[2022-01-15T16:07:46.749 CET DEBG ][                org.kde.kstars] - Opened the User DB. Ready.
[2022-01-15T16:07:47.199 CET INFO ][                org.kde.kstars] - Processing  "unnamedstars.dat" , HTMesh Level 3
[2022-01-15T16:07:47.200 CET INFO ][                org.kde.kstars] -   Sky Mesh Size:  512
[2022-01-15T16:07:47.266 CET INFO ][                org.kde.kstars] - Loaded DSO catalog file:  "unnamedstars.dat"
[2022-01-15T16:07:47.957 CET WARN ][                org.kde.kstars] - "Star HD20794 not found."
[2022-01-15T16:07:47.987 CET WARN ][                org.kde.kstars] - "Star HD98230 not found."
[2022-01-15T16:07:48.024 CET INFO ][                org.kde.kstars] - Loaded DSO catalogs.
[2022-01-15T16:07:48.370 CET INFO ][                org.kde.kstars] - Loading comets
[2022-01-15T16:07:48.569 CET WARN ][                org.kde.kstars] - Current icon theme is "PiXflat"
[2022-01-15T16:07:48.641 CET DEBG ][                org.kde.kstars] - Paths to color scheme :  ("/usr/share/kstars/themes")
[2022-01-15T16:07:48.861 CET DEBG ][                org.kde.kstars] - Reporting new timestep value:  60
[2022-01-15T16:07:49.187 CET CRIT ][                       default] - Shortcut for action  "get_data" "Download New Data..." set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
[2022-01-15T16:07:49.188 CET CRIT ][                       default] - Shortcut for action  "timestep_increase_units" "Increase Time Scale" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
[2022-01-15T16:07:49.189 CET CRIT ][                       default] - Shortcut for action  "timestep_decrease_units" "Decrease Time Scale" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
[2022-01-15T16:07:49.250 CET DEBG ][                org.kde.kstars] - Daylight Saving Time inactive
[2022-01-15T16:07:49.250 CET DEBG ][                org.kde.kstars] - Next Daylight Savings Time change (Local Time):  "Sun Mar 27 00:59:59 2022 GMT"
[2022-01-15T16:07:49.250 CET DEBG ][                org.kde.kstars] - Next Daylight Savings Time change (UTC):  "Sat Mar 26 00:00:00 2022 GMT"
[2022-01-15T16:07:49.586 CET DEBG ][                org.kde.kstars] - Daylight Saving Time inactive
[2022-01-15T16:07:49.587 CET DEBG ][                org.kde.kstars] - Next Daylight Savings Time change (Local Time):  "Sun Mar 27 00:59:59 2022 GMT"
[2022-01-15T16:07:49.587 CET DEBG ][                org.kde.kstars] - Next Daylight Savings Time change (UTC):  "Sat Mar 26 00:00:00 2022 GMT"
[2022-01-15T16:07:49.587 CET DEBG ][                org.kde.kstars] - Starting the timer
[2022-01-15T16:07:49.814 CET DEBG ][                org.kde.kstars] - Date/Time is: "Sat Jan 15 15:07:49 2022 GMT"
[2022-01-15T16:07:49.814 CET DEBG ][                org.kde.kstars] - Location: "GPS Location"
[2022-01-15T16:07:49.814 CET DEBG ][                org.kde.kstars] - TZ0: 1 TZ: 1
[2022-01-15T16:07:49.816 CET WARN ][                org.kde.kstars] - Current icon theme is "breeze-dark"
[2022-01-15T16:07:49.913 CET DEBG ][                org.kde.kstars] - "Black Body"  ::  "/usr/share/kstars/themes/blackbody.colors"
[2022-01-15T16:07:50.316 CET DEBG ][                       default] - glibc >= 2.1 detected.  Using GNU extension sincos()
[2022-01-15T16:07:50.378 CET DEBG ][                       default] - static bool LibSecretKeyring::findPassword(const QString&, const QString&, QKeychain::JobPrivate*)
[2022-01-15T16:07:50.396 CET WARN ][                       default] - QImage::scaled: Image is a null image
[2022-01-15T16:07:52.221 CET INFO ][                org.kde.kstars] - Loading comets
[2022-01-15T16:07:52.698 CET INFO ][           org.kde.kstars.ekos] - Connecting to Websocket server at "ws://localhost:3000/message/ekos?username=rishigarrod&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoicmlzaGlnYXJyb2QiLCJpYXQiOjE2NDIyNTkyNzIsImV4cCI6MTY0MjM0NTY3Mn0.fV4c9rWA5WxzFUZkTd7_esp5qyie0RXyOot-A7KJbgs&remoteToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoicmlzaGlnYXJyb2QiLCJpYXQiOjE2NDIyNTkyNzIsImV4cCI6MTY0MjM0NTY3Mn0.uEtvsnwRjwaI7AnJvZUSrSRg88NRigydwyIsrWfl5rE&email=&from_date=2018-12-09 21:04:01&to_date=2019-01-09 21:04:01&plan_id=2&type"
[2022-01-15T16:07:52.700 CET INFO ][           org.kde.kstars.ekos] - Connecting to Websocket server at "ws://localhost:3000/media/ekos?username=rishigarrod&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoicmlzaGlnYXJyb2QiLCJpYXQiOjE2NDIyNTkyNzIsImV4cCI6MTY0MjM0NTY3Mn0.fV4c9rWA5WxzFUZkTd7_esp5qyie0RXyOot-A7KJbgs&remoteToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoicmlzaGlnYXJyb2QiLCJpYXQiOjE2NDIyNTkyNzIsImV4cCI6MTY0MjM0NTY3Mn0.uEtvsnwRjwaI7AnJvZUSrSRg88NRigydwyIsrWfl5rE&email=&from_date=2018-12-09 21:04:01&to_date=2019-01-09 21:04:01&plan_id=2&type"
[2022-01-15T16:07:52.701 CET INFO ][           org.kde.kstars.ekos] - Connecting to cloud websocket server at "ws://localhost:3000/cloud/ekos?username=rishigarrod&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoicmlzaGlnYXJyb2QiLCJpYXQiOjE2NDIyNTkyNzIsImV4cCI6MTY0MjM0NTY3Mn0.fV4c9rWA5WxzFUZkTd7_esp5qyie0RXyOot-A7KJbgs&remoteToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoicmlzaGlnYXJyb2QiLCJpYXQiOjE2NDIyNTkyNzIsImV4cCI6MTY0MjM0NTY3Mn0.uEtvsnwRjwaI7AnJvZUSrSRg88NRigydwyIsrWfl5rE&email=&from_date=2018-12-09 21:04:01&to_date=2019-01-09 21:04:01&plan_id=2&type"
[2022-01-15T16:07:52.726 CET INFO ][           org.kde.kstars.ekos] - Connected to Message Websocket server at "ws://localhost:3000"
[2022-01-15T16:07:52.739 CET DEBG ][                       default] - static bool LibSecretKeyring::writePassword(const QString&, const QString&, const QString&, QKeychain::JobPrivate::Mode, const QByteArray&, QKeychain::JobPrivate*)
[2022-01-15T16:07:52.740 CET INFO ][           org.kde.kstars.ekos] - Websocket Message "{\"type\":\"get_connection\"}"
[2022-01-15T16:07:52.741 CET INFO ][           org.kde.kstars.ekos] - Websocket Message "{\"type\":\"get_drivers\"}"
[2022-01-15T16:07:52.751 CET INFO ][           org.kde.kstars.ekos] - Websocket Message "{\"type\":\"get_scopes\"}"
[2022-01-15T16:07:52.754 CET INFO ][           org.kde.kstars.ekos] - Websocket Message "{\"type\":\"get_profiles\"}"
[2022-01-15T16:07:52.755 CET INFO ][           org.kde.kstars.ekos] - Websocket Message "{\"type\":\"get_devices\"}"
[2022-01-15T16:07:52.756 CET INFO ][           org.kde.kstars.ekos] - Connected to media Websocket server at "ws://localhost:3000"
[2022-01-15T16:07:52.756 CET INFO ][           org.kde.kstars.ekos] - Connected to Cloud Websocket server at "ws://localhost:3000"
[2022-01-15T16:07:52.756 CET INFO ][           org.kde.kstars.ekos] - Cloud Text Websocket Message "{\"type\":\"logout\",\"payload\":{}}"
[2022-01-15T16:07:52.757 CET INFO ][           org.kde.kstars.ekos] - Disconnected from Cloud Websocket server.
[2022-01-15T16:12:21.564 CET DEBG ][           org.kde.kstars.ekos] - Resetting Ekos Manager...
[2022-01-15T16:12:26.628 CET INFO ][           org.kde.kstars.ekos] - "Starting INDI services..."
[2022-01-15T16:12:26.656 CET INFO ][           org.kde.kstars.ekos] - "INDI services started on port 7624."
[2022-01-15T16:12:26.800 CET INFO ][           org.kde.kstars.ekos] - Ekos received a new device:  "iOptron GEM45"
[2022-01-15T16:12:26.870 CET INFO ][           org.kde.kstars.ekos] - Ekos received a new device:  "Pegasus UPB"
[2022-01-15T16:12:26.957 CET INFO ][           org.kde.kstars.ekos] - Ekos received a new device:  "Sesto Senso"
[2022-01-15T16:12:27.026 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] iOptron GEM45 is online. "
[2022-01-15T16:12:27.028 CET INFO ][           org.kde.kstars.ekos] - "iOptron GEM45" Version: "1.4" Interface: 5 is connected.
[2022-01-15T16:12:27.029 CET DEBG ][           org.kde.kstars.ekos] - 1  devices connected out of  3
[2022-01-15T16:12:27.369 CET INFO ][           org.kde.kstars.ekos] - "iOptron GEM45 is online."
[2022-01-15T16:12:27.553 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:502:17: QML MouseArea: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
[2022-01-15T16:12:27.578 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:428: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.578 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:434: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:442: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:479: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:530: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:548: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:566: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:583: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:600: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.579 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:617: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:641: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:701: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:723: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:745: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:761: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:796: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:830: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.580 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:867: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.581 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:878: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.581 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:885: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.581 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:901: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.581 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:914: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.581 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:927: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.581 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:939: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.581 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:958: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.582 CET WARN ][                       default] - qrc:/qml/mount/mountbox.qml:967: ReferenceError: xi18n is not defined
[2022-01-15T16:12:27.607 CET INFO ][     org.kde.kstars.ekos.mount] - "Warning: Overriding Esprit 100 configuration."
[2022-01-15T16:12:27.614 CET INFO ][           org.kde.kstars.ekos] - "iOptron GEM45 is online."
[2022-01-15T16:12:27.618 CET INFO ][     org.kde.kstars.ekos.mount] - "Warning: Overriding Esprit 100 configuration."
[2022-01-15T16:12:27.703 CET INFO ][           org.kde.kstars.ekos] - "Guider port from iOptron GEM45 is ready."
[2022-01-15T16:12:27.876 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Pegasus UPB is online. "
[2022-01-15T16:12:27.879 CET INFO ][           org.kde.kstars.ekos] - "Pegasus UPB" Version: "1.6" Interface: 32904 is connected.
[2022-01-15T16:12:27.879 CET DEBG ][           org.kde.kstars.ekos] - 2  devices connected out of  3
[2022-01-15T16:12:28.221 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Detected firmware 2.4 "
[2022-01-15T16:12:28.505 CET INFO ][     org.kde.kstars.ekos.focus] - "Idle."
[2022-01-15T16:12:28.510 CET INFO ][           org.kde.kstars.ekos] - "Pegasus UPB focuser is online."
[2022-01-15T16:12:28.557 CET INFO ][           org.kde.kstars.ekos] - "Pegasus UPB is online."
[2022-01-15T16:12:28.594 CET INFO ][           org.kde.kstars.indi] - Sesto Senso :  "[INFO] SestoSenso is online. Getting focus parameters... "
[2022-01-15T16:12:28.595 CET INFO ][           org.kde.kstars.indi] - Sesto Senso :  "[INFO] Sesto Senso is online. "
[2022-01-15T16:12:28.595 CET INFO ][           org.kde.kstars.ekos] - "Sesto Senso" Version: "1.4" Interface: 8 is connected.
[2022-01-15T16:12:28.595 CET DEBG ][           org.kde.kstars.ekos] - 3  devices connected out of  3
[2022-01-15T16:12:28.929 CET INFO ][           org.kde.kstars.ekos] - "Sesto Senso focuser is online."
[2022-01-15T16:12:28.973 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Mount UTC: 2022-01-15T15:12:24 "
[2022-01-15T16:12:28.976 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Mount UTC Offset: 1.00 "
[2022-01-15T16:12:28.977 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Mount Daylight Savings: OFF "
[2022-01-15T16:12:29.062 CET INFO ][           org.kde.kstars.indi] - Sesto Senso :  "[INFO] SestoSenso parameters updated, focuser ready for use. "
[2022-01-15T16:12:29.069 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Mount Location: Lat  52:10:48 - Long    4:37:14 "
[2022-01-15T16:12:29.071 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Mount is parked. "
[2022-01-15T16:12:29.073 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Mount PEC Chip Needs Training "
[2022-01-15T16:12:29.074 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Loading device configuration... "
[2022-01-15T16:12:29.077 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Dome Policy set to: Dome ignored. Mount can park or unpark regardless of dome parking state. "
[2022-01-15T16:12:29.079 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Site location updated to Lat  52:10:48 - Long    4:37:14 "
[2022-01-15T16:12:29.080 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Observer location updated: Latitude 52:10:48.0 (52.18) Longitude  4:37:14.0 (4.62) "
[2022-01-15T16:12:29.082 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Disabling PEC Chip "
[2022-01-15T16:12:29.083 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Device configuration applied. "
[2022-01-15T16:12:29.144 CET INFO ][     org.kde.kstars.ekos.mount] - "Telescope info updated successfully."
[2022-01-15T16:12:29.163 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Site location updated to Lat  52:10:48 - Long    4:37:15 "
[2022-01-15T16:12:29.207 CET INFO ][           org.kde.kstars.ekos] - Ekos received a new device:  "QHY CCD QHY268C-d9de484"
[2022-01-15T16:12:29.210 CET INFO ][           org.kde.kstars.indi] - iOptron GEM45 :  "[INFO] Observer location updated: Latitude 52:10:48.2 (52.18) Longitude  4:37:14.7 (4.62) "
[2022-01-15T16:12:29.228 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Loading device configuration... "
[2022-01-15T16:12:29.246 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Power port labels saved. Driver must be restarted for the labels to take effect. "
[2022-01-15T16:12:29.246 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Saving device configuration... "
[2022-01-15T16:12:29.247 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Device configuration saved. "
[2022-01-15T16:12:29.248 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Dew labels saved. Driver must be restarted for the labels to take effect. "
[2022-01-15T16:12:29.248 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Saving device configuration... "
[2022-01-15T16:12:29.249 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Device configuration saved. "
[2022-01-15T16:12:29.249 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] USB labels saved. Driver must be restarted for the labels to take effect. "
[2022-01-15T16:12:29.250 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Saving device configuration... "
[2022-01-15T16:12:29.251 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Device configuration saved. "
[2022-01-15T16:12:29.251 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[INFO] Device configuration applied. "
[2022-01-15T16:12:29.256 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[WARNING] Received wrong number (21) of power sensor data (UPB2:12.1:2.6:31:2.7:98:2.4:1111:111111:183:183:0:0:0:351:70:281:217:0:0000000:0). Retrying... "
[2022-01-15T16:12:29.257 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[WARNING] Received wrong number (3) of stepper sensor data (:18.41:2330007). Retrying... "
[2022-01-15T16:12:29.258 CET INFO ][           org.kde.kstars.indi] - Pegasus UPB :  "[WARNING] Received wrong number (4) of dew aggresiveness data (21621:0:0:0). Retrying... "
[2022-01-15T16:12:29.299 CET INFO ][ org.kde.kstars.ekos.scheduler] - "Weather conditions are OK."
[2022-01-15T16:12:29.309 CET INFO ][           org.kde.kstars.indi] - Sesto Senso :  "[INFO] Loading device configuration... "
[2022-01-15T16:12:29.312 CET INFO ][           org.kde.kstars.indi] - Sesto Senso :  "[INFO] Device configuration applied. "
[2022-01-15T16:12:29.317 CET INFO ][     org.kde.kstars.ekos.mount] - "Mount already parked."
[2022-01-15T16:12:29.328 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Connected to QHY268C-d9de484da7c92e3f8. "
[2022-01-15T16:12:33.311 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Using QHY SDK version 21.10.26 "
[2022-01-15T16:12:33.312 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Number of read modes: 4 "
[2022-01-15T16:12:33.312 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Mode 0: PhotoGraphic DSO "
[2022-01-15T16:12:33.313 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Sensor resolution for mode PhotoGraphic DSO: 6280x4210 px "
[2022-01-15T16:12:33.313 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Mode 1: High Gain Mode "
[2022-01-15T16:12:33.313 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Sensor resolution for mode High Gain Mode: 6280x4210 px "
[2022-01-15T16:12:33.314 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Mode 2: Extend Fullwell "
[2022-01-15T16:12:33.314 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Sensor resolution for mode Extend Fullwell: 6280x4210 px "
[2022-01-15T16:12:33.315 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Mode 3: Extend Fullwell 2CMS "
[2022-01-15T16:12:33.315 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Sensor resolution for mode Extend Fullwell 2CMS: 6280x4210 px "
[2022-01-15T16:12:33.315 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Current read mode: PhotoGraphic DSO (6280x4210) "
[2022-01-15T16:12:34.015 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Camera exposure limits: Min: 0.000001s Max: 3600s Step 0s "
[2022-01-15T16:12:34.015 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Humidity Support: True "
[2022-01-15T16:12:34.020 CET INFO ][           org.kde.kstars.ekos] - "QHY CCD QHY268C-d9de484" Version: "2.8" Interface: 22 is connected.
[2022-01-15T16:12:34.021 CET DEBG ][           org.kde.kstars.ekos] - 4  devices connected out of  4
[2022-01-15T16:12:34.551 CET INFO ][     org.kde.kstars.ekos.align] - "Idle."
[2022-01-15T16:12:34.590 CET INFO ][     org.kde.kstars.ekos.align] - "World Coordinate System (WCS) is enabled. CCD rotation must be set either manually in the CCD driver or by solving an image before proceeding to capture any further images, otherwise the WCS information may be invalid."
[2022-01-15T16:12:34.618 CET INFO ][           org.kde.kstars.ekos] - "QHY CCD QHY268C-d9de484 is online."
[2022-01-15T16:12:34.776 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Humidity Sensor: true "
[2022-01-15T16:12:34.783 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Gain Settings: Value: 30 Min: 0 Max: 339 Step 1 "
[2022-01-15T16:12:34.788 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Offset Settings: Value: 30 Min: 0 Max: 255 Step 1 "
[2022-01-15T16:12:34.792 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] USB Traffic Settings: Value: 0 Min: 0 Max: 60 Step 3 "
[2022-01-15T16:12:34.821 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Loading device configuration... "
[2022-01-15T16:12:34.822 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Upload settings set to client only. "
[2022-01-15T16:12:34.823 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Temperature ramp is disabled. "
[2022-01-15T16:12:34.832 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Gain updated to 100 "
[2022-01-15T16:12:34.833 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Offset updated to 20 "
[2022-01-15T16:12:34.847 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] USB Traffic updated to 0 "
[2022-01-15T16:12:34.848 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] USB Buffer updated to 512 "
[2022-01-15T16:12:34.849 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Device configuration applied. "
[2022-01-15T16:12:34.922 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] World Coordinate System is enabled. "
[2022-01-15T16:12:35.030 CET INFO ][   org.kde.kstars.ekos.capture] - "Cooler is off"
[2022-01-15T16:12:36.243 CET INFO ][           org.kde.kstars.ekos] - "Unable to establish:\n+ ZWO CCD\nPlease ensure the device is connected and powered on."
[2022-01-15T16:12:41.392 CET INFO ][     org.kde.kstars.ekos.focus] - "Capturing image..."
[2022-01-15T16:12:41.437 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Gain updated to 250 "
[2022-01-15T16:12:51.528 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Exposure done, downloading image... "
[2022-01-15T16:12:57.111 CET INFO ][     org.kde.kstars.ekos.focus] - "Image received."
[2022-01-15T16:12:57.113 CET INFO ][     org.kde.kstars.ekos.focus] - "Detecting sources..."
[2022-01-15T16:12:58.731 CET INFO ][     org.kde.kstars.ekos.focus] - "Detection complete."
[2022-01-15T16:12:58.746 CET INFO ][     org.kde.kstars.ekos.focus] - "Capture complete. Select a star to focus."
[2022-01-15T16:13:28.253 CET INFO ][     org.kde.kstars.ekos.align] - "Capturing image..."
[2022-01-15T16:13:28.259 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Saving device configuration... "
[2022-01-15T16:13:28.260 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Device configuration saved. "
[2022-01-15T16:13:28.261 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Gain updated to 100 "
[2022-01-15T16:13:38.304 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Exposure done, downloading image... "
[2022-01-15T16:13:43.706 CET INFO ][     org.kde.kstars.ekos.align] - "Image received."
[2022-01-15T16:13:48.899 CET INFO ][     org.kde.kstars.ekos.align] - "Solver aborted after 5.01 seconds."
[2022-01-15T16:13:48.933 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Saving device configuration... "
[2022-01-15T16:13:48.933 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Device configuration saved. "
[2022-01-15T16:14:28.500 CET INFO ][   org.kde.kstars.ekos.capture] - "Warning: option \"Always Reset Sequence When Starting\" is enabled and resets the sequence counts."
[2022-01-15T16:14:38.502 CET INFO ][   org.kde.kstars.ekos.capture] - "Job requires 1.000-second  images, has 0/50 frames captured and will be processed."
[2022-01-15T16:14:38.507 CET INFO ][   org.kde.kstars.ekos.capture] - "Capturing 1.000-second  image..."
[2022-01-15T16:14:38.520 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Saving device configuration... "
[2022-01-15T16:14:38.521 CET INFO ][           org.kde.kstars.indi] - QHY CCD QHY268C-d9de484 :  "[INFO] Device configuration saved. "
[2022-01-15T16:14:43.269 CET INFO ][           org.kde.kstars.indi] - "FITS" file saved to "/media/stellarmate/data/Pictures/Light/Light_036.fits"
[2022-01-15T16:14:44.906 CET INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 2.24 s, New Download Time Estimate: 2.24 s."
[2022-01-15T16:14:45.858 CET INFO ][   org.kde.kstars.ekos.capture] - "Received image 1 out of 50."
[2022-01-15T16:14:45.863 CET INFO ][   org.kde.kstars.ekos.capture] - "Captured /media/stellarmate/data/Pictures/Light/Light_036.fits"
[2022-01-15T16:14:47.946 CET INFO ][   org.kde.kstars.ekos.capture] - "Capturing 1.000-second  image..."
[2022-01-15T16:14:52.580 CET WARN ][                       default] - QObject::startTimer: Timers can only be used with threads started with QThread
[2022-01-15T16:14:52.591 CET WARN ][                       default] - QtDBus: cannot relay signals from parent Phonon::AbstractAudioOutput(0x5c64b18 "") unless they are emitted in the object's thread QThread(0x2f1e270 ""). Current thread is QThread(0xef93fd90 "").
[2022-01-15T16:14:52.592 CET WARN ][                       default] - QtDBus: cannot relay signals from parent QObject(0x5c64b18 "") unless they are emitted in the object's thread QThread(0x2f1e270 ""). Current thread is QThread(0xef93fd90 "").
 
Last edit: 2 years 2 months ago by Rishi Garrod.
2 years 2 months ago #79407

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

  • Posts: 26
  • Thank you received: 2

Replied by Dmitrii on topic Kstars crashing

I am not so fluent in linux so I don't know is it 32 or 64bit os. I installed ready to use image from astroberry.io by default and made upgrade&&update. As you mentioned it crashes for fullframe ccd (qhy600) where the fit size is 120Mb. I off fitsviwer & preview summary and it works.
2 years 2 months ago #79410

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

  • Posts: 245
  • Thank you received: 56

Replied by Rishi Garrod on topic Kstars crashing

You will be 32bits with that setup and as you say the 600 sensor is huge!

I am using the Stellarmate App which does bypass the problem. I don't think there is an App for Astroberry? You get to see you image on the App, it also has a histogram. Then you can disable the fits viewer in KStars.
2 years 2 months ago #79413

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

Replied by Jasem Mutlaq on topic Kstars crashing

Rishi, you can try SM OS v1.7.0 Beta which is a "full-blown" 64bit OS and yes even 4GB would benefit. From your core dump, looks like notification sounds are enabled? This is disabled by default in StellarMate (for quite a while now), unless you started with a release from 2+ years ago and then kept upgrading. At any rate, in KStars setting --> configure notifications and disable all sounds.
2 years 2 months ago #79414

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

  • Posts: 245
  • Thank you received: 56

Replied by Rishi Garrod on topic Kstars crashing

Thanks. I am a long time user so I have been updating. I will disable the sounds.

I will make a fresh backup and try the 64bit route.
2 years 2 months ago #79415

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

  • Posts: 26
  • Thank you received: 2

Replied by Dmitrii on topic Kstars crashing

Understood. May be will try stellarmate as its beta is 64bit. Or will wait astroberry 64bit build if it comes sometime :)
2 years 2 months ago #79416

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

Time to create page: 1.036 seconds