Public bug reported:

gdb stack traces and debug info:

```
GNU gdb (Ubuntu 8.2.91.20190405-0ubuntu3) 8.2.91.20190405-git
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/dleyna-renderer/dleyna-renderer-service...
Reading symbols from 
/usr/lib/debug/.build-id/dd/7d69822fa7381525e3e1eccc937adb0280ae4c.debug...

warning: core file may not match specified executable file.
[New LWP 13570]
[New LWP 13571]
[New LWP 13572]
[New LWP 13573]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/dleyna-renderer/dleyna-renderer-service'.
Program terminated with signal SIGABRT, Aborted.
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
[Current thread is 1 (Thread 0x7f8923935d40 (LWP 13570))]
(gdb) bt
#0  0x00007f89263abed7 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:50
#1  0x00007f892638d535 in __GI_abort () at abort.c:79
#2  0x00007f89263f4726 in __libc_message (action=action@entry=do_abort, 
fmt=fmt@entry=0x7f892651a952 "%s\n") at ../sysdeps/posix/libc_fatal.c:181
#3  0x00007f89263fb59a in malloc_printerr (str=str@entry=0x7f892651c638 "double 
free or corruption (fasttop)") at malloc.c:5352
#4  0x00007f89263fd534 in _int_free (av=0x7f892654cc40 <main_arena>, 
p=0x558beb95cd60, have_lock=<optimized out>) at malloc.c:4274
#5  0x00007f8926581311 in prv_control_point_stop_service () at server.c:723
#6  0x00007f89268af658 in  () at 
/usr/lib/x86_64-linux-gnu/libdleyna-core-1.0.so.3
#7  0x00007f89267d9958 in g_main_context_dispatch () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007f89267d9d48 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007f89267da042 in g_main_loop_run () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f89268af83c in dleyna_main_loop_start () at 
/usr/lib/x86_64-linux-gnu/libdleyna-core-1.0.so.3
#11 0x0000558bea696dac in main (argc=<optimized out>, argv=<optimized out>) at 
daemon.c:93
(gdb) info frame
Stack level 0, frame at 0x7fff03582900:
 rip = 0x7f89263abed7 in __GI_raise (../sysdeps/unix/sysv/linux/raise.c:50); 
saved rip = 0x7f892638d535
 called by frame at 0x7fff03582a30
 source language c.
 Arglist at 0x7fff035827d8, args: sig=sig@entry=6
 Locals at 0x7fff035827d8, Previous frame's sp is 0x7fff03582900
 Saved registers:
  rip at 0x7fff035828f8
(gdb) info registers
rax            0x0                 0
rbx            0x7fff03582a50      140733249497680
rcx            0x7f89263abed7      140227028631255
rdx            0x0                 0
rsi            0x7fff035827e0      140733249497056
rdi            0x2                 2
rbp            0x7fff03582b30      0x7fff03582b30
rsp            0x7fff035827e0      0x7fff035827e0
r8             0x0                 0
r9             0x7fff035827e0      140733249497056
r10            0x8                 8
r11            0x246               582
r12            0x7fff03582a50      140733249497680
r13            0x1000              4096
r14            0x7f8926ad8000      140227036151808
r15            0x20                32
rip            0x7f89263abed7      0x7f89263abed7 <__GI_raise+199>
eflags         0x246               [ PF ZF IF ]
cs             0x33                51
ss             0x2b                43
ds             0x0                 0
es             0x0                 0
fs             0x0                 0
gs             0x0                 0
(gdb) thread apply all bt

Thread 4 (Thread 0x7f89226b8700 (LWP 13573)):
#0  0x00007f892647f2e9 in syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f8926824b1a in g_cond_wait_until () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f89267ab0c1 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f89267ab681 in g_async_queue_timeout_pop () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f89268033a1 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f892680293d in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007f892655c182 in start_thread (arg=<optimized out>) at 
pthread_create.c:486
#7  0x00007f8926485b1f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f89230bd700 (LWP 13572)):
#0  0x00007f8926479729 in __GI___poll (fds=0x558beb93dd60, nfds=2, timeout=-1) 
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f89267d9cb6 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f89267da042 in g_main_loop_run () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f89262accd6 in  () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x00007f892680293d in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f892655c182 in start_thread (arg=<optimized out>) at 
pthread_create.c:486
#6  0x00007f8926485b1f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f89238be700 (LWP 13571)):
#0  0x00007f8926479729 in __GI___poll (fds=0x558beb9282b0, nfds=1, timeout=-1) 
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f89267d9cb6 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f89267d9ddc in g_main_context_iteration () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f89267d9e21 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f892680293d in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f892655c182 in start_thread (arg=<optimized out>) at 
pthread_create.c:486
#6  0x00007f8926485b1f in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f8923935d40 (LWP 13570)):
#0  0x00007f89263abed7 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:50
#1  0x00007f892638d535 in __GI_abort () at abort.c:79
#2  0x00007f89263f4726 in __libc_message (action=action@entry=do_abort, 
fmt=fmt@entry=0x7f892651a952 "%s\n") at ../sysdeps/posix/libc_fatal.c:181
#3  0x00007f89263fb59a in malloc_printerr (str=str@entry=0x7f892651c638 "double 
free or corruption (fasttop)") at malloc.c:5352
#4  0x00007f89263fd534 in _int_free (av=0x7f892654cc40 <main_arena>, 
p=0x558beb95cd60, have_lock=<optimized out>) at malloc.c:4274
#5  0x00007f8926581311 in prv_control_point_stop_service () at server.c:723
#6  0x00007f89268af658 in  () at 
/usr/lib/x86_64-linux-gnu/libdleyna-core-1.0.so.3
#7  0x00007f89267d9958 in g_main_context_dispatch () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x00007f89267d9d48 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007f89267da042 in g_main_loop_run () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f89268af83c in dleyna_main_loop_start () at 
/usr/lib/x86_64-linux-gnu/libdleyna-core-1.0.so.3
#11 0x0000558bea696dac in main (argc=<optimized out>, argv=<optimized out>) at 
daemon.c:93
(gdb) x/10x $sp
0x7fff035827e0: 0x00004002      0x00000000      0x263ffdc6      0x00007f89
0x7fff035827f0: 0x00000004      0x00000000      0x00000040      0x00000000
0x7fff03582800: 0xeb979cb0      0x0000558b

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: dleyna-renderer 0.4.0-1build1
ProcVersionSignature: Ubuntu 5.0.0-19.20-generic 5.0.8
Uname: Linux 5.0.0-19-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
Date: Sun Jun 30 10:06:47 2019
InstallationDate: Installed on 2019-01-01 (180 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: dleyna-renderer
UpgradeStatus: Upgraded to disco on 2019-04-19 (72 days ago)
modified.conffile..etc.apport.crashdb.conf: [modified]
mtime.conffile..etc.apport.crashdb.conf: 2019-01-15T04:51:59.517661

** Affects: dleyna-renderer (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug disco

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834764

Title:
  dleyna-renderer-service crashed with SIGABRT in
  prv_control_point_stop_service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dleyna-renderer/+bug/1834764/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to