cumulusmx service crashing after 5 sec
Posted: Sat 22 May 2021 6:53 pm
Hi,
I have a strange problem regarding cumulusmx service stopping just 5 sec after autostart after boot or restart by hand.
About my setup: I run this on RPi zero W with the RPi Cumulus Image. I tried both the latest v3.11.3 build 3132 and v3.10.2 - same result. This is a clean install, nothing connected - just bare RPi running. Used different SD cards, to rule out the SD card problem - no change.
When the service crashes I get this when running systemctl status cumulusmx.service:
I also found some strange json files in root directory named mono_crash.15b1c48ca.0.json and the number at the end increases with the next file (mono_crash.15b1c48ca.1.json and so on).
This is what is inside:
The cumulus was runing fine for about 3 days, and then suddenly the service stopped. After restart I got the above mentioned results. Clean install changed nothing.
Can you please help me?
I have a strange problem regarding cumulusmx service stopping just 5 sec after autostart after boot or restart by hand.
About my setup: I run this on RPi zero W with the RPi Cumulus Image. I tried both the latest v3.11.3 build 3132 and v3.10.2 - same result. This is a clean install, nothing connected - just bare RPi running. Used different SD cards, to rule out the SD card problem - no change.
When the service crashes I get this when running systemctl status cumulusmx.service:
Code: Select all
cumulusmx.service - CumulusMX service
Loaded: loaded (/etc/systemd/system/cumulusmx.service; enabled; vendor preset
Active: failed (Result: signal) since Sat 2021-05-22 20:34:23 CEST; 2s ago
Docs: https://cumuluswiki.org/a/Main_Page
Process: 529 ExecStart=/usr/bin/mono-service -d:/opt/CumulusMX CumulusMX.exe -
Process: 543 ExecStopPost=/bin/rm /tmp/CumulusMX.exe.lock (code=exited, status
Main PID: 530 (code=killed, signal=ABRT)This is what is inside:
Code: Select all
"protocol_version" : "0.0.6",
"configuration" : {
"version" : "(6.12.0.122) (tarball)",
"tlc" : "__thread",
"sigsgev" : "normal",
"notifications" : "epoll",
"architecture" : "armel,vfp+hard",
"disabled_features" : "none",
"smallconfig" : "disabled",
"bigarrays" : "disabled",
"softdebug" : "enabled",
"interpreter" : "enabled",
"llvm_support" : "610",
"suspend" : "preemptive"
},
"memory" : {
"minor_gc_time" : "0",
"major_gc_time" : "0",
"minor_gc_count" : "0",
"major_gc_count" : "0",
"major_gc_time_concurrent" : "0"
},
"threads" : [
{
"is_managed" : true,
"offset_free_hash" : "0x15b1c48ca",
"offset_rich_hash" : "0x15b1c4952",
"crashed" : true,
"native_thread_id" : "0xffffffffb6fbd910",
"thread_info_addr" : "0x1c604b8",
"thread_name" : "mono",
"ctx" : {
"IP" : "0xb4513338",
"SP" : "0xbee271d8",
"BP" : "0xbee271f8"
},
"managed_frames" : [
{
"is_managed" : "true",
"guid" : "533173D2-4DAE-4608-99D2-B10975534BB0",
"token" : "0x00000",
"native_offset" : "0x0",
"filename" : "mscorlib.dll",
"sizeofimage" : "0x472000",
"timestamp" : "0x99dbfea7",
"il_offset" : "0x00027"
}
,
{
"is_managed" : "false",
"native_address" : "unregistered"
}
,
{
"is_managed" : "true",
"guid" : "533173D2-4DAE-4608-99D2-B10975534BB0",
"token" : "0x00000",
"native_offset" : "0x0",
"filename" : "mscorlib.dll",
"sizeofimage" : "0x472000",
"timestamp" : "0x99dbfea7",
"il_offset" : "0x00061"
}
]
}
]
}Can you please help me?