×

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

Bi-monthly release with minor bug fixes and improvements

KStars memory leak and crash

  • Posts: 19
  • Thank you received: 1
@Nou, sorry if my terminology is incorrect. Just assumed memory leak is when memory is used up continuously, until the system has used all resources and causes things to crash. Let's not get bogged down with terminology!
As in my original post , I've had several sessions crash shortly after going to bed, and believe them to be from a lack of memory on the RPi.
I say this as I've documented the memory usage fill up, then the kstars logfile stops writing (kstars crashes) and the available memory increases and remains steady until I return to offload the imaging data several hours later.
Since really delving deeper (all the different memories, and purging the caches, etc), I've been unable to make it crash again, and as the nights are so short imaging isn't worth it just at present.
Again, I have a 'fix' that should work for me, but I'm disappointed that I've not been able to find the reason and solve the problem, but it does seem like there are others still seeing the same, perhaps without crashes...
Last edit: 1 year 9 months ago by Pete Simpson.
1 year 9 months ago #83586
The topic has been locked.
  • Posts: 18
  • Thank you received: 2

Replied by MH on topic KStars memory leak and crash

Something you may be able to do to recreate (and what I used previously) was to just take a lot of dark frames over a long period of time, especially if you need to build a darks library for specific temperatures and haven't had time yet.

Otherwise, can just take a lot of covered photos even if they aren't needed for calibration frames; the bug tended to reproduce itself when doing something like that for me.

There are also some ways you can log RAM usage over time.

Could use something like one of the answers to log RAM, CPU usage of Kstars over time to a local file and cross-reference, such as a one-liner I quickly cobbled together based on that answer:
while true; do ps -p <kstars_PID> -o %cpu,%mem,cmd; sleep 5; done | while read memStats; do echo "$(date): $memStats"; done | tee -a memtest.logs

This gives you timestamp outputs per line, which you can likely cross-reference with the Kstars logs; I strongly suspect that the memory increase will creep up after each iteration of the memory leak, or around the same time.

Edit: Actually, it looks like pmap may be better suited for this task based on this thread ; so to modify the above, it would look like:
while true; do pmap -x <kstars_PID>; sleep 5; done | while read memStats; do echo "$(date): $memStats"; done | tee -a memtest.logs
Last edit: 1 year 9 months ago by MH. Reason: Likely better diagnostic one-liner
1 year 9 months ago #83587
The topic has been locked.
  • Posts: 349
  • Thank you received: 107

Replied by nou on topic KStars memory leak and crash

Ok just tested and running heaptrack is quite easy. Just install "sudo apt install heaptrack heaptrack-gui" and then run "heaptrack kstars" after you close down kstars it will even tell you next command to analyze results. Try run one short session with few frames exposed and then longer one. Then post screenshot of summary tab so we can investigate further.
1 year 9 months ago #83596
The topic has been locked.
  • Posts: 276
  • Thank you received: 52

Replied by Gene N on topic KStars memory leak and crash

So I tried a varying set of sequences, total after all was 3000 images captured using SIM CCD and SIM Telescope.

Started at this
13863 root 20 0 643244 173444 76296 R 69.3 36.8 1:40.63 kstars

Yes, went -down- a lot after 300
13863 root 20 0 643724 101992 30048 R 5.3 21.7 6:04.19 kstars

( I verifed this, after all the below re-ran with pulse and web enabled)
After 300 coldstart
30821 root 20 0 642988 104668 33792 S 13.8 22.2 8:28.06 kstars
)
Intermixed in the sequences I re-enabled pulse-audio but no Notifications
Also, prior to the last 600 images I re-enabled the web services and logged into port 8080
Also had FITS viewer enabled and disabled intermittently

After 3000 images
13863 root 20 0 645872 98996 37704 R 68.3 21.0 12:50.20 kstars
The image count:
astroberry@astroberry:~ $ ls -ltr TEST/Light/*/* | wc
3000

Then after sitting idel for hours

13863 root 20 0 644536 84824 29560 S 17.4 18.0 89:44.97 kstars
The following user(s) said Thank You: Jasem Mutlaq, MH
1 year 9 months ago #83599
The topic has been locked.
  • Posts: 155
  • Thank you received: 12
Hi Rafa

you go into kstars, settings and select configure notifications. That lists all the different events kstars will notify about. Go through unselecting the ‘play a sound’ tick box for each entry - ones with it set have a black arrow on the left side. Set another type of notification if needed. Once done click ok and enjoy the silence (might not notice the change with an astroberry :) )

Regards

Nigel
1 year 9 months ago #83603
The topic has been locked.
  • Posts: 969
  • Thank you received: 94
Hi everyone
I don't think this is astroberry specific. Tested on two separate kubuntu boxes with the same result: kstars crashes leaving indi up and running.

We think the leak is in Stellar Solver; removing alignment calls to StellarSolver by using ASTAP and preventing calls to StellarSolver's Sextract from the guider by using PHD2, there is no crash (tested now for 4 sessions of 5 hours).

Conclusion and workaround: use ASTAP and PHD2, but we'd really like to be able to use the internal guider again. It would be great is this could be fixed.
Thanks for reading and any testing you need, please just shout.

Clear skies,
Steve

Reported on the forum here (also reproduces the syslog usb error each time the zwo guide camera takes a frame)
www.indilib.org/forum/ekos/11784-kstars-...id-socket-error.html

Bug report here:
bugs.kde.org/show_bug.cgi?id=454866
The following user(s) said Thank You: Jasem Mutlaq
1 year 8 months ago #84045
The topic has been locked.
  • Posts: 123
  • Thank you received: 13

Replied by Outta on topic KStars memory leak and crash

Hi,

I am having issues with crashing as well, it is not sometimes, it is literally every run when I have Journal enabled. So if Journal is not scheduled it works perfectly, when I enable Journal, i get a random crash at some point in time, regardless is Journal running at the moment or just sleeping until conditions met. I even switched to Online astrometry, But it does not help, it just crashes randomly with nothing special in logs... I will try with disabling "Guide" in Journal maybe that will help,

Astroberry on Pi4B 1GB, RPICam

Also another thing I noticed since latest update, my KStars does not get updated from mount in regards to location and time. Mount is OnStep. Mind you might be issue with mount as I have to configure it on every startup, but Kstars never picks up any more. But that is not big issue, crashing is making Journal unusable.
1 year 8 months ago #84046
The topic has been locked.
  • Posts: 969
  • Thank you received: 94
Hi
What is 'Journal'?
1 year 8 months ago #84047
The topic has been locked.
  • Posts: 123
  • Thank you received: 13

Replied by Outta on topic KStars memory leak and crash

Sorry it is "Scheduler" I have no idea why I named it Journal :)


There are my logs right before a crash:
"
[2022-07-04T23:55:19.701 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] addFITSKeywords() "
[2022-07-04T23:55:19.702 CEST INFO ][           org.kde.kstars.indi] - RPI Camera :  "[WARNING] Telescope focal length is missing. "
[2022-07-04T23:55:19.703 CEST INFO ][           org.kde.kstars.indi] - RPI Camera :  "[WARNING] Telescope aperture is missing. "
[2022-07-04T23:55:19.729 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] Uploading file. Ext: fits, Size: 6168960, sendImage? Yes, saveImage? No "
[2022-07-04T23:55:19.835 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] BLOB transfer took 0.0828278 seconds "
[2022-07-04T23:55:19.836 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] Upload complete "
[2022-07-04T23:55:19.925 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] File added event completed. "
[2022-07-04T23:55:19.926 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Downloading image... Name: (capt0022.cr2) Folder: (/) Delete from SD card? (false) "
[2022-07-04T23:55:20.000 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG]  Downloaded 0x0 (preview 0x0) "
[2022-07-04T23:55:20.048 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture target is INTERNAL RAM. "
[2022-07-04T23:55:20.058 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture event completed. "
[2022-07-04T23:55:20.059 CEST INFO ][           org.kde.kstars.indi] - Canon DSLR EOS 550D :  "[INFO] Exposure done, downloading image... "
[2022-07-04T23:55:20.491 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] ISNewNumber(RPI Camera, CCD_EXPOSURE, "
[2022-07-04T23:55:20.492 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: startCapture(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/cameracontrol.cpp:54): entered"
[2022-07-04T23:55:20.492 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-04T23:55:20.493 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG]       value:2.000000, name: CCD_EXPOSURE_VALUE, "
[2022-07-04T23:55:20.493 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] ) "
[2022-07-04T23:55:20.493 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] StartExposure(2.000000) "
[2022-07-04T23:55:20.501 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: setExposureParameters(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/mmalcamera.cpp:102): Camera crop set to 0,0,2028,1520"
[2022-07-04T23:55:20.501 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: "
[2022-07-04T23:55:20.501 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-04T23:55:20.502 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: setExposureParameters(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/mmalcamera.cpp:127): setting fps range 167/1000 -> 999/1000"
[2022-07-04T23:55:20.502 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: setExposureParameters(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/mmalcamera.cpp:134): failed to set fps ranges: low range is 10944/65536, high range is 65470/65536"
[2022-07-04T23:55:20.502 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: setExposureParameters(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/mmalcamera.cpp:144): shutter speed set to 1999994"
[2022-07-04T23:55:20.502 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-04T23:55:20.503 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: setExposureParameters(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/mmalcamera.cpp:151): gain set to 1048576/65536"
[2022-07-04T23:55:20.503 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: startCapture(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/cameracontrol.cpp:63): shutter speed after enabling camera: 1999994"
[2022-07-04T23:55:20.503 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-04T23:55:20.506 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:20: Driver indi_rpicam: startCapture(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/mmalcamera.cpp:69): starting capture with speed 1999994"
[2022-07-04T23:55:20.507 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-04T23:55:20.507 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "Download complete. "
[2022-07-04T23:55:22.640 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:22: Driver indi_rpicam: signal_data_received(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/cameracontrol.cpp:127): first buffer received after 2.127430 s"
[2022-07-04T23:55:22.644 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-04T23:55:22.798 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:22: Driver indi_rpicam: data_received(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/jpegpipeline.cpp:131): finished jpeg processing"
[2022-07-04T23:55:22.799 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-04T21:55:22: Driver indi_rpicam: data_received(/home/astroberry/Projects/indi-3rdparty/indi-rpicam/broadcompipeline.cpp:62): finished broadcom processing"
[2022-07-04T23:55:22.799 CEST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-04T23:55:22.979 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: raw_width: 5344 top_margin 51 left_margin 142 first_visible_pixel 272686 "
[2022-07-04T23:55:22.980 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: rawdata.sizes.width: 5202 rawdata.sizes.height 3465 memsize 36049860 bayer_pattern RGGB "
[2022-07-04T23:55:23.020 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: memsize (36049860) naxis (2) w (5202) h (3465) bpp (16) bayer pattern (RGGB) "
[2022-07-04T23:55:23.044 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Subframing... subFrameSize: 3200000 - oneFrameSize: 3200000 - subX: 1700 - subY: 1200 - subW: 1600 - subH: 1000 "
[2022-07-04T23:55:23.068 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Uploading file. Ext: fits, Size: 3208320, sendImage? Yes, saveImage? No "
[2022-07-04T23:55:23.150 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] BLOB transfer took 0.0614142 seconds "
[2022-07-04T23:55:23.151 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Upload complete "
[2022-07-04T23:55:23.183 CEST DEBG ][           org.kde.kstars.indi] - Image received. Mode: "Normal" Size: 3208320
[2022-07-04T23:55:23.189 CEST INFO ][           org.kde.kstars.indi] - "FITS" file saved to "/home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-04T23-55-23_204.fits"
[2022-07-04T23:55:23.363 CEST INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 0.21 s, New Download Time Estimate: 3.49 s."
[2022-07-04T23:55:23.366 CEST INFO ][   org.kde.kstars.ekos.capture] - "Received image 5 out of 300."
[2022-07-04T23:55:23.368 CEST INFO ][   org.kde.kstars.ekos.capture] - "Captured /home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-04T23-55-23_204.fits"
[2022-07-04T23:55:23.586 CEST DEBG ][                       default] - WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioOutput ( no objectName ).
[2022-07-04T23:55:23.594 CEST DEBG ][           org.kde.kstars.indi] - Requested exposure 10 closes match is 10.3
[2022-07-04T23:55:23.595 CEST INFO ][   org.kde.kstars.ekos.capture] - "Capturing 10.000-second  image..."
[2022-07-04T23:55:23.604 CEST DEBG ][           org.kde.kstars.indi] - RPI Camera : "[DEBUG] capture_complete "
[2022-07-04T23:55:23.605 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Image Received"
1 year 8 months ago #84060
The topic has been locked.
[2022-07-04T23:55:23.586 CEST DEBG ][                       default] - WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioOutput ( no objectName ).

This is a known issue, turn off any sounds in Settings --> Configure Notifications
The following user(s) said Thank You: Outta
1 year 8 months ago #84062
The topic has been locked.
  • Posts: 123
  • Thank you received: 13

Replied by Outta on topic KStars memory leak and crash

Thank you Jasem, I have turned sounds off, but unfortunately this has not solved the problem.

I do have this issue now 100% reproducible, but do not know how to handle debugging with this.

I think there is something to do with Canon EOS driver and Scheduler, that causers memory leak, and subsequently crashing of the whole Kstars.

I have cleaned everything I detected it is an issue and I have no use for, so here are some raw findings I found:
When scheduler is running this is normal behavior:
[2022-07-06T09:50:47.598 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Image Received"
[2022-07-06T09:50:47.602 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Capturing"

But in crash, after image is received we only have
[2022-07-06T09:50:47.598 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Image Received"
So no capture.

Interesting thing comes when Scheduler is not running. In that case we get no crashes, and there is no logs from [ org.kde.kstars.ekos.scheduler] at all. So component we need to debug is org.kde.kstars.ekos.scheduler, in time between "Image Received" and "Capturing".
2022-07-06T09:50:47.108 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Upload complete "
[2022-07-06T09:50:47.111 CEST DEBG ][           org.kde.kstars.indi] - Image received. Mode: "Normal" Size: 3208320
[2022-07-06T09:50:47.117 CEST INFO ][           org.kde.kstars.indi] - "FITS" file saved to "/home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T09-50-47_622.fits"
[2022-07-06T09:50:47.408 CEST INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 0.30 s, New Download Time Estimate: 0.43 s."
[2022-07-06T09:50:47.411 CEST INFO ][   org.kde.kstars.ekos.capture] - "Received image 3 out of 300."
[2022-07-06T09:50:47.413 CEST INFO ][   org.kde.kstars.ekos.capture] - "Captured /home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T09-50-47_622.fits"
[2022-07-06T09:50:47.594 CEST DEBG ][           org.kde.kstars.indi] - Requested exposure 10 closes match is 10.3
[2022-07-06T09:50:47.594 CEST INFO ][   org.kde.kstars.ekos.capture] - "Capturing 10.000-second  image..."
[2022-07-06T09:50:47.598 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Image Received"
[2022-07-06T09:50:47.602 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Capturing"
[2022-07-06T09:50:47.644 CEST INFO ][           org.kde.kstars.indi] - Canon DSLR EOS 550D :  "[INFO] Starting 10.3 seconds exposure. "
[2022-07-06T09:50:47.644 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Starting exposure (exptime: 10.3 secs, mirror lock: 0, force bulb: true, exposure index: 0) "
[2022-07-06T09:50:47.645 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Mutex locked "
[2022-07-06T09:50:47.645 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget iso: 4 (800) "
[2022-07-06T09:50:47.653 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:50:47.653 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget imageformat: 7 (RAW) "
[2022-07-06T09:50:47.654 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:50:47.654 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Using internal bulb widget:eosremoterelease "
[2022-07-06T09:50:47.654 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget eosremoterelease: 2 (Press Full) "
[2022-07-06T09:50:47.770 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:50:47.770 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Exposure started. "
[2022-07-06T09:50:47.771 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 10299 ms "
[2022-07-06T09:50:52.770 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 5299 ms "
[2022-07-06T09:50:57.771 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 299 ms "
[2022-07-06T09:50:58.041 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Reading exposure... "
[2022-07-06T09:50:58.070 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: -1 ms "
[2022-07-06T09:50:58.071 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Closing internal shutter. "
[2022-07-06T09:50:58.071 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Using widget:eosremoterelease "
[2022-07-06T09:50:58.072 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget eosremoterelease: 4 (Release Full) "
[2022-07-06T09:50:58.087 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:50:58.087 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Exposure complete. "
[2022-07-06T09:51:00.136 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] File added event completed. "
[2022-07-06T09:51:00.137 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Downloading image... Name: (capt0003.cr2) Folder: (/) Delete from SD card? (false) "
[2022-07-06T09:51:00.187 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG]  Downloaded 0x0 (preview 0x0) "
[2022-07-06T09:51:00.232 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture target is INTERNAL RAM. "
[2022-07-06T09:51:00.243 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture event completed. "
[2022-07-06T09:51:00.245 CEST INFO ][           org.kde.kstars.indi] - Canon DSLR EOS 550D :  "[INFO] Exposure done, downloading image... "
[2022-07-06T09:51:02.907 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: raw_width: 5344 top_margin 51 left_margin 142 first_visible_pixel 272686 "
[2022-07-06T09:51:02.908 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: rawdata.sizes.width: 5202 rawdata.sizes.height 3465 memsize 36049860 bayer_pattern RGGB "
[2022-07-06T09:51:02.960 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: memsize (36049860) naxis (2) w (5202) h (3465) bpp (16) bayer pattern (RGGB) "
[2022-07-06T09:51:02.978 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Subframing... subFrameSize: 3200000 - oneFrameSize: 3200000 - subX: 1600 - subY: 1200 - subW: 1600 - subH: 1000 "
[2022-07-06T09:51:03.004 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Uploading file. Ext: fits, Size: 3208320, sendImage? Yes, saveImage? No "
[2022-07-06T09:51:03.081 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] BLOB transfer took 0.07444 seconds "
[2022-07-06T09:51:03.082 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Upload complete "
[2022-07-06T09:51:03.952 CEST DEBG ][           org.kde.kstars.indi] - Image received. Mode: "Normal" Size: 3208320
[2022-07-06T09:51:03.962 CEST INFO ][           org.kde.kstars.indi] - "FITS" file saved to "/home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T09-51-03_623.fits"
[2022-07-06T09:51:04.130 CEST INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 0.18 s, New Download Time Estimate: 0.37 s."
[2022-07-06T09:51:04.133 CEST INFO ][   org.kde.kstars.ekos.capture] - "Received image 4 out of 300."
[2022-07-06T09:51:04.136 CEST INFO ][   org.kde.kstars.ekos.capture] - "Captured /home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T09-51-03_623.fits"
[2022-07-06T09:51:04.310 CEST DEBG ][           org.kde.kstars.indi] - Requested exposure 10 closes match is 10.3
[2022-07-06T09:51:04.311 CEST INFO ][   org.kde.kstars.ekos.capture] - "Capturing 10.000-second  image..."
[2022-07-06T09:51:04.321 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Image Received"
[2022-07-06T09:51:04.328 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Capturing"
[2022-07-06T09:51:04.386 CEST INFO ][           org.kde.kstars.indi] - Canon DSLR EOS 550D :  "[INFO] Starting 10.3 seconds exposure. "
[2022-07-06T09:51:04.386 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Starting exposure (exptime: 10.3 secs, mirror lock: 0, force bulb: true, exposure index: 0) "
[2022-07-06T09:51:04.387 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Mutex locked "
[2022-07-06T09:51:04.387 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget iso: 4 (800) "
[2022-07-06T09:51:04.387 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:51:04.388 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget imageformat: 7 (RAW) "
[2022-07-06T09:51:04.388 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:51:04.388 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Using internal bulb widget:eosremoterelease "
[2022-07-06T09:51:04.389 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget eosremoterelease: 2 (Press Full) "
[2022-07-06T09:51:04.450 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:51:04.451 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Exposure started. "
[2022-07-06T09:51:04.451 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 10299 ms "
[2022-07-06T09:51:09.448 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 5299 ms "
[2022-07-06T09:51:15.737 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 299 ms "
[2022-07-06T09:51:15.739 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Reading exposure... "
[2022-07-06T09:51:15.740 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: -1 ms "
[2022-07-06T09:51:15.741 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Closing internal shutter. "
[2022-07-06T09:51:15.742 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Using widget:eosremoterelease "
[2022-07-06T09:51:15.743 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget eosremoterelease: 4 (Release Full) "
[2022-07-06T09:51:15.744 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T09:51:15.745 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Exposure complete. "
[2022-07-06T09:51:17.036 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] File added event completed. "
[2022-07-06T09:51:17.036 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Downloading image... Name: (capt0004.cr2) Folder: (/) Delete from SD card? (false) "
[2022-07-06T09:51:17.048 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG]  Downloaded 0x0 (preview 0x0) "
[2022-07-06T09:51:17.049 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture target is INTERNAL RAM. "
[2022-07-06T09:51:17.050 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture event completed. "
[2022-07-06T09:51:17.051 CEST INFO ][           org.kde.kstars.indi] - Canon DSLR EOS 550D :  "[INFO] Exposure done, downloading image... "
[2022-07-06T09:51:19.647 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: raw_width: 5344 top_margin 51 left_margin 142 first_visible_pixel 272686 "
[2022-07-06T09:51:19.648 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: rawdata.sizes.width: 5202 rawdata.sizes.height 3465 memsize 36049860 bayer_pattern RGGB "
[2022-07-06T09:51:19.694 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: memsize (36049860) naxis (2) w (5202) h (3465) bpp (16) bayer pattern (RGGB) "
[2022-07-06T09:51:19.713 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Subframing... subFrameSize: 3200000 - oneFrameSize: 3200000 - subX: 1600 - subY: 1200 - subW: 1600 - subH: 1000 "
[2022-07-06T09:51:25.682 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Uploading file. Ext: fits, Size: 3208320, sendImage? Yes, saveImage? No "
[2022-07-06T09:51:27.700 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] BLOB transfer took 0.0317382 seconds "
[2022-07-06T09:51:27.701 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Upload complete "
[2022-07-06T09:51:28.102 CEST DEBG ][           org.kde.kstars.indi] - Image received. Mode: "Normal" Size: 3208320
[2022-07-06T09:51:28.113 CEST INFO ][           org.kde.kstars.indi] - "FITS" file saved to "/home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T09-51-28_624.fits"
[2022-07-06T09:51:28.275 CEST INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 0.57 s, New Download Time Estimate: 0.41 s."
[2022-07-06T09:51:28.279 CEST INFO ][   org.kde.kstars.ekos.capture] - "Received image 5 out of 300."
[2022-07-06T09:51:28.281 CEST INFO ][   org.kde.kstars.ekos.capture] - "Captured /home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T09-51-28_624.fits"
[2022-07-06T09:51:29.422 CEST DEBG ][ org.kde.kstars.ekos.scheduler] - Capture State "Image Received"

No scheduler:
[2022-07-06T10:32:51.782 CEST INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 1.42 s, New Download Time Estimate: 1.42 s."
[2022-07-06T10:32:51.793 CEST INFO ][   org.kde.kstars.ekos.capture] - "Received image 1 out of 300."
[2022-07-06T10:32:51.798 CEST INFO ][   org.kde.kstars.ekos.capture] - "Captured /home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T10-32-50_730.fits"
[2022-07-06T10:32:52.514 CEST DEBG ][           org.kde.kstars.indi] - Requested exposure 10 closes match is 10.3
[2022-07-06T10:32:52.516 CEST INFO ][   org.kde.kstars.ekos.capture] - "Capturing 10.000-second  image..."
[2022-07-06T10:32:52.727 CEST INFO ][           org.kde.kstars.indi] - Canon DSLR EOS 550D :  "[INFO] Starting 10.3 seconds exposure. "
[2022-07-06T10:32:52.728 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Starting exposure (exptime: 10.3 secs, mirror lock: 0, force bulb: true, exposure index: 0) "
[2022-07-06T10:32:52.730 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Mutex locked "
[2022-07-06T10:32:52.731 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget iso: 4 (800) "
[2022-07-06T10:32:52.731 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T10:32:52.731 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget imageformat: 7 (RAW) "
[2022-07-06T10:32:52.731 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T10:32:52.731 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Using internal bulb widget:eosremoterelease "
[2022-07-06T10:32:52.732 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget eosremoterelease: 2 (Press Full) "
[2022-07-06T10:32:52.734 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T10:32:52.734 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Exposure started. "
[2022-07-06T10:32:52.735 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 10299 ms "
[2022-07-06T10:32:57.693 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 5299 ms "
[2022-07-06T10:33:02.693 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: 299 ms "
[2022-07-06T10:33:02.963 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Reading exposure... "
[2022-07-06T10:33:02.992 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Time left: -1 ms "
[2022-07-06T10:33:02.993 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Closing internal shutter. "
[2022-07-06T10:33:02.994 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Using widget:eosremoterelease "
[2022-07-06T10:33:02.994 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting radio/menu widget eosremoterelease: 4 (Release Full) "
[2022-07-06T10:33:03.009 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Setting new configuration OK. "
[2022-07-06T10:33:03.010 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Exposure complete. "
[2022-07-06T10:33:05.089 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] File added event completed. "
[2022-07-06T10:33:05.091 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Downloading image... Name: (capt0001.cr2) Folder: (/) Delete from SD card? (false) "
[2022-07-06T10:33:05.148 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG]  Downloaded 0x0 (preview 0x0) "
[2022-07-06T10:33:05.181 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture target is INTERNAL RAM. "
[2022-07-06T10:33:05.190 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Capture event completed. "
[2022-07-06T10:33:05.191 CEST INFO ][           org.kde.kstars.indi] - Canon DSLR EOS 550D :  "[INFO] Exposure done, downloading image... "
[2022-07-06T10:33:09.822 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: raw_width: 5344 top_margin 51 left_margin 142 first_visible_pixel 272686 "
[2022-07-06T10:33:11.054 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: rawdata.sizes.width: 5202 rawdata.sizes.height 3465 memsize 36049860 bayer_pattern RGGB "
[2022-07-06T10:33:11.058 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] read_libraw: memsize (36049860) naxis (2) w (5202) h (3465) bpp (16) bayer pattern (RGGB) "
[2022-07-06T10:33:13.496 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Subframing... subFrameSize: 3200000 - oneFrameSize: 3200000 - subX: 1600 - subY: 1200 - subW: 1600 - subH: 1000 "
[2022-07-06T10:33:13.591 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Uploading file. Ext: fits, Size: 3208320, sendImage? Yes, saveImage? No "
[2022-07-06T10:33:13.629 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] BLOB transfer took 0.0748467 seconds "
[2022-07-06T10:33:13.630 CEST DEBG ][           org.kde.kstars.indi] - Canon DSLR EOS 550D : "[DEBUG] Upload complete "
[2022-07-06T10:33:13.710 CEST DEBG ][           org.kde.kstars.indi] - Image received. Mode: "Normal" Size: 3208320
[2022-07-06T10:33:13.719 CEST INFO ][           org.kde.kstars.indi] - "FITS" file saved to "/home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T10-33-13_731.fits"
[2022-07-06T10:33:13.864 CEST INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 0.23 s, New Download Time Estimate: 0.83 s."
[2022-07-06T10:33:15.116 CEST INFO ][   org.kde.kstars.ekos.capture] - "Received image 2 out of 300."
[2022-07-06T10:33:15.124 CEST INFO ][   org.kde.kstars.ekos.capture] - "Captured /home/astroberry/Public/Light/ngc6818/Light/lg_Light_10_secs_2022-07-06T10-33-13_731.fits"
[2022-07-06T10:33:15.331 CEST DEBG ][           org.kde.kstars.indi] - Requested exposure 10 closes match is 10.3
[2022-07-06T10:33:15.332 CEST INFO ][   org.kde.kstars.ekos.capture] - "Capturing 10.000-second  image..."
1 year 8 months ago #84104
The topic has been locked.
  • Posts: 19
  • Thank you received: 1
Another follow up from me - another crash noted:
Last lines of log file:
[2022-07-05T16:51:07.950 BST DEBG ][           org.kde.kstars.indi] - CCD Simulator : "[DEBUG] Upload complete "
[2022-07-05T16:51:07.951 BST DEBG ][           org.kde.kstars.indi] - Image received. Mode: "Normal" Size: 2629440
[2022-07-05T16:51:07.955 BST INFO ][           org.kde.kstars.indi] - "FITS" file saved to "/home/astroberry/Astro/Light/Luminance/Light_Luminance_1_secs_2022-07-05T16-51-07_19659.fits"
[2022-07-05T16:51:07.958 BST INFO ][   org.kde.kstars.ekos.capture] - "Download Time: 0.01 s, New Download Time Estimate: 0.05 s."
[2022-07-05T16:51:09.641 BST INFO ][   org.kde.kstars.ekos.capture] - "Received image 19642 out of 50000."
[2022-07-05T16:51:12.584 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] mountToApparentRaDec 87.305623, 90.000000 to ha 87.305623, ra 74.096583, 90.000000 "
[2022-07-05T16:51:12.584 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] HaAxis: 87.305623, ra 4.939772 "
[2022-07-05T16:51:12.585 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] DecAxis: 90.000000, dec 90.000000 "
[2022-07-05T16:51:12.585 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] Current RA:  4:56:23 Current DEC: 90:00:00 "
[2022-07-05T16:51:12.586 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] mountToApparentRaDec 87.306670, 90.000000 to ha 87.306670, ra 74.096583, 90.000000 "
[2022-07-05T16:51:12.586 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] HaAxis: 87.306670, ra 4.939772 "
[2022-07-05T16:51:12.587 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] DecAxis: 90.000000, dec 90.000000 "
[2022-07-05T16:51:12.587 BST DEBG ][           org.kde.kstars.indi] - Telescope Simulator : "[SCOPE] Current RA:  4:56:23 Current DEC: 90:00:00 "
[2022-07-05T16:51:12.588 BST DEBG ][           org.kde.kstars.indi] - INDI Server:  "2022-07-05T15:51:05: Driver indi_simulator_ccd: ****Coordinates (-c) error in "
[2022-07-05T16:51:12.588 BST DEBG ][           org.kde.kstars.indi] - INDI Server:  ""
[2022-07-05T16:51:13.440 BST INFO ][   org.kde.kstars.ekos.capture] - "Capturing 1.000-second Luminance image..."
And memory statistics:

The vertical jumps in the middle of the X axis is in agreement with the last log inputs.
Data from seconds around this:
2022-07-05 16:51:07 Temp=41.8ºC. RAM parameters: Used: 18.6%; Free:  2.5%; Shared:  1.0%; Buffer:  0.7%; Cache: 78.2%; Available: 76.5%. Swap used:100.0%. µSD has 32.601% free space.
2022-07-05 16:51:08 Temp=41.3ºC. RAM parameters: Used: 18.4%; Free:  2.6%; Shared:  1.0%; Buffer:  0.7%; Cache: 78.3%; Available: 76.6%. Swap used:100.0%. µSD has 32.599% free space.
2022-07-05 16:51:10 Temp=41.3ºC. RAM parameters: Used: 18.4%; Free:  2.6%; Shared:  1.0%; Buffer:  0.7%; Cache: 78.3%; Available: 76.6%. Swap used:100.0%. µSD has 32.599% free space.
2022-07-05 16:51:11 Temp=41.8ºC. RAM parameters: Used: 18.4%; Free:  2.6%; Shared:  1.0%; Buffer:  0.7%; Cache: 78.3%; Available: 76.6%. Swap used:100.0%. µSD has 32.599% free space.
2022-07-05 16:51:13 Temp=42.8ºC. RAM parameters: Used: 18.4%; Free:  2.6%; Shared:  1.0%; Buffer:  0.7%; Cache: 78.3%; Available: 76.7%. Swap used:100.0%. µSD has 32.599% free space.
2022-07-05 16:51:14 Temp=41.8ºC. RAM parameters: Used: 18.5%; Free:  2.4%; Shared:  1.0%; Buffer:  0.7%; Cache: 78.3%; Available: 76.4%. Swap used:100.0%. µSD has 32.599% free space.
2022-07-05 16:51:15 Temp=41.3ºC. RAM parameters: Used:  6.6%; Free: 14.9%; Shared:  0.4%; Buffer:  0.7%; Cache: 77.8%; Available: 89.1%. Swap used: 99.9%. µSD has 32.600% free space.
2022-07-05 16:51:17 Temp=41.3ºC. RAM parameters: Used:  6.6%; Free: 14.9%; Shared:  0.4%; Buffer:  0.7%; Cache: 77.8%; Available: 89.1%. Swap used: 99.9%. µSD has 32.600% free space.
2022-07-05 16:51:18 Temp=41.8ºC. RAM parameters: Used:  6.6%; Free: 14.9%; Shared:  0.4%; Buffer:  0.7%; Cache: 77.8%; Available: 89.1%. Swap used: 99.9%. µSD has 32.600% free space.
2022-07-05 16:51:20 Temp=40.9ºC. RAM parameters: Used:  6.5%; Free: 14.9%; Shared:  0.4%; Buffer:  0.7%; Cache: 77.8%; Available: 89.1%. Swap used: 99.9%. µSD has 32.600% free space.
2022-07-05 16:51:21 Temp=41.3ºC. RAM parameters: Used:  6.6%; Free: 14.9%; Shared:  0.4%; Buffer:  0.7%; Cache: 77.8%; Available: 89.1%. Swap used: 99.9%. µSD has 32.600% free space.
2022-07-05 16:51:23 Temp=41.8ºC. RAM parameters: Used:  6.5%; Free: 14.9%; Shared:  0.4%; Buffer:  0.7%; Cache: 77.8%; Available: 89.1%. Swap used: 99.9%. µSD has 32.600% free space.
2022-07-05 16:51:24 Temp=42.3ºC. RAM parameters: Used:  6.6%; Free: 14.9%; Shared:  0.4%; Buffer:  0.7%; Cache: 77.8%; Available: 89.1%. Swap used: 99.9%. µSD has 32.600% free space.


RPi 4B, 4GB
VNC server, Conky & script detailing Memory usage running. Nothing else started from reboot.
KStars 3.5.9:
All notifications disabled
Limited resources mode on
FITS viewer etc off
Not running any scheduler
SIMUALTOR for Telescope (mount) and Camera in EKOS.
Restarting KStars after test (just after stopping data aquisition for above plot) and starting Indi reports 'another instance of INDI running...'

Hoping for a clear night tomorrow night to do real imaging (Steve, I'll be running internal plate solving and guiding so hope to report back with that too) with the cache-purging option which through various tests to date have shown longer runs possible without crashing. Watch this space!
1 year 8 months ago #84126
Attachments:
The topic has been locked.
Time to create page: 2.564 seconds