[ngoonee@ngoonee-laptop ~]$ pulseaudio -vvvvv > pulselog3.txt 2>&1 Segmentation fault [ngoonee@ngoonee-laptop ~]$ gedit pulselog3.txt [ngoonee@ngoonee-laptop ~]$ LD_BIND_NOW=1 gdb pulseaudio GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-unknown-linux-gnu"... (gdb) handle SIGXCPU SIGPWR SIG33 SIG34 SIG42 SIG43 SIG44 SIG45 SIG46 SIG47 SIG48 SIG49 SIG50 SIG51 SIG52 SIG53 SIG63 SIG62 SIG61 SIG60 SIG59 SIG58 nostop noprint Signal Stop Print Pass to program Description SIGXCPU No No Yes CPU time limit exceeded SIGPWR No No Yes Power fail/restart SIG33 No No Yes Real-time event 33 SIG34 No No Yes Real-time event 34 SIG42 No No Yes Real-time event 42 SIG43 No No Yes Real-time event 43 SIG44 No No Yes Real-time event 44 SIG45 No No Yes Real-time event 45 SIG46 No No Yes Real-time event 46 SIG47 No No Yes Real-time event 47 SIG48 No No Yes Real-time event 48 SIG49 No No Yes Real-time event 49 SIG50 No No Yes Real-time event 50 SIG51 No No Yes Real-time event 51 SIG52 No No Yes Real-time event 52 SIG53 No No Yes Real-time event 53 SIG58 No No Yes Real-time event 58 SIG59 No No Yes Real-time event 59 SIG60 No No Yes Real-time event 60 SIG61 No No Yes Real-time event 61 ---Type to continue, or q to quit--- SIG62 No No Yes Real-time event 62 SIG63 No No Yes Real-time event 63 (gdb) run Starting program: /usr/bin/pulseaudio [Thread debugging using libthread_db enabled] W: pid.c: Stale PID file, overwriting. [New Thread 0x7f79c583a740 (LWP 2167)] E: bluetooth-util.c: Error from ListAdapters reply: org.freedesktop.DBus.Error.ServiceUnknown [New Thread 0x7f79bae14950 (LWP 2171)] [New Thread 0x7f79b99e6950 (LWP 2422)] [New Thread 0x7f79b91e5950 (LWP 2427)] [New Thread 0x7f79b89e4950 (LWP 2439)] [Thread 0x7f79bae14950 (LWP 2171) exited] [New Thread 0x7f79bae14950 (LWP 2442)] [New Thread 0x7f79bafbf950 (LWP 2443)] W: module-jack-source.c: JACK error >zombified - calling shutdown handler< [Thread 0x7f79b89e4950 (LWP 2439) exited] [Thread 0x7f79b99e6950 (LWP 2422) exited] [New Thread 0x7f79b99e6950 (LWP 2931)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f79b91e5950 (LWP 2427)] 0x00007f79b99f08c4 in jack_port_get_total_latency () from /usr/lib/libjack.so.0 (gdb) q The program is running. Exit anyway? (y or n) y [ngoonee@ngoonee-laptop ~]$