cweiske:~/Dev/cvs/pear/peardoc> gdb /usr/share/xbmc/xbmc.bin 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-pc-linux-gnu"... (gdb) run Starting program: /usr/share/xbmc/xbmc.bin [New LWP 32037] [New LWP 32044] [New LWP 32010] [New LWP 32049] [LWP 32049 exited] [LWP 32037 exited] [LWP 32044 exited] Program received signal SIGPIPE, Broken pipe. 0x00007f2b36eb8f5b in write () from /lib/libc.so.6 (gdb) bt #0 0x00007f2b36eb8f5b in write () from /lib/libc.so.6 #1 0x0000000000e233f3 in XLCDproc::SetBackLight (this=0x2f23730, iLight=1) at XLCDproc.cpp:139 #2 0x000000000089a936 in CApplication::DimLCDOnPlayback (this=0x1547060, dim=false) at Application.cpp:1856 #3 0x00000000008a0ad9 in CApplication::OnMessage (this=0x1547060, message=@0x7f2b28131e50) at Application.cpp:4969 #4 0x0000000000851469 in CGUIWindowManager::SendMessage (this=0x1545180, message=@0x7f2b28131e50) at GUIWindowManager.cpp:66 #5 0x0000000000850072 in CGUIWindowManager::DispatchThreadMessages (this=0x1545180) at GUIWindowManager.cpp:698 #6 0x00000000008a57a9 in CApplication::Process (this=0x1547060) at Application.cpp:5071 #7 0x0000000000b0b1fb in CXBApplicationEx::Run (this=0x1547060) at XBApplicationEx.cpp:210 #8 0x0000000000b0bd25 in main (argc=1, argv=0x7fff445f84a8) at xbmc.cpp:129