-
Notifications
You must be signed in to change notification settings - Fork 45
"status" is still crashing #2160
kan-ibal
started this conversation in
Bug Reports
Binary status still keeps crashing.
rAudio mpdidle.sh[824980]: /srv/http/bash/status-push.sh: line 59: 824985 Segmentation fault (core dumped) $dirbash/status -k > $dirshm/statu
s
rAudio systemd[1]: systemd-coredump@2-3-824992_825292-0.service: Deactivated successfully.
rAudio systemd-coredump[824994]: Process 824985 (status) of user 0 dumped core.
Stack trace of thread 824985:
#0 0x0000aaaacc3b7b88 _Z6statusv (status + 0x17b88)
#1 0x0000aaaacc3a6b1c main (status + 0x6b1c)
#2 0x0000ffffa78223d4 n/a (libc.so.6 + 0x223d4)
#3 0x0000ffffa78224b8 __libc_start_main (libc.so.6 + 0x224b8)
#4 0x0000aaaacc3a76b0 _start (status + 0x76b0)
ELF object binary architecture: AARCH64
Is it necessary to use binary file for that function? Should it is a matter of bash timeout it is better to use detaching process.
All reactions
Replies: 2 comments 1 reply
Has it been always crashing? When did it happen?
Please post output of:
/srv/http/bash/status -k /srv/http/bash/status
All reactions
1 reply
Always after boot twice and then occasionally. I'm trying to find a pattern but no luck so far. I have a slight suspicion that this happens when there are network connection issues, when raudio is trying to connect to unavailable stream.
sampling="6/12 • 24 bit 48.0 kHz 128 kbit/s • Radio"
icon=webradio
player=mpd
coverart=
state=play
file=_sanitized-stream_
Conductor=
Album=
Composer=
Title=_sanitized-title_
Artist=
volume=11
Time=0
elapsed=75
pllength=12
webradio=true
{
"page": false
, "counts" : {
"album": 1089,
"albumartist": 406,
"artist": 1638,
"composer": 224,
"conductor": 0,
"dabradio": 10,
"date": 62,
"genre": 212,
"latest": 0,
"playlists": 15,
"song": 13724,
"webradio": 52
}
, "display" : {
"ap": false,
"camilladsp": false,
"dabradio": true,
"equalizer": false,
"loginsetting": false,
"multiraudio": false,
"relays": false,
"snapclient": true,
"volumenone": false,
"album": true,
"albumartist": true,
"albumbyartist": false,
"albumyear": false,
"artist": true,
"audiocdplclear": false,
"backonleft": false,
"bars": true,
"barsalways": false,
"buttons": true,
"composer": true,
"composername": false,
"conductor": true,
"conductorname": false,
"count": true,
"cover": true,
"covervu": false,
"date": true,
"fixedcover": true,
"genre": true,
"hidecover": false,
"label": true,
"latest": true,
"nas": true,
"playbackswitch": true,
"playlists": true,
"plclear": true,
"plsimilar": true,
"progress": false,
"radioelapsed": false,
"sd": true,
"tapaddplay": false,
"tapreplaceplay": false,
"time": true,
"usb": true,
"volume": true,
"vumeter": false,
"webradio": true
}
, "sampling": "6/12 • 24 bit 48.0 kHz 128 kbit/s • Radio"
, "icon": "webradio"
, "player": "mpd"
, "coverart": ""
, "state": "play"
, "file": _sanitized-stream_
, "control": "PCM"
, "Conductor": ""
, "AlbumArtist": ""
, "Album": ""
, "Composer": ""
, "Title": "with ."
, "Artist": ""
, "volumemute": 0
, "volume": 11
, "Time": 0
, "elapsed": 27
, "position": 5
, "pllength": 12
, "volumemax": 100
, "crossfade": 0
, "volumelimit": false
, "stop": false
, "play": true
, "pause": false
, "stoptimer": false
, "consume": false
, "webradio": true
, "random": false
, "repeat": false
, "btsender": false
, "librandom": false
, "relays": false
, "shareddata": false
, "single": false
, "relayson": false
, "updating": false
, "scrobble": false
, "updateaddons": false
, "timestamp": 1788069735593
}
All reactions
I am seeing something similar see #2153
Chris
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment