#87: Fatal error: interrupted system call when gdb'ing Liquidsoap
-------------------------+--------------------------------------------------
Reporter: balbinus | Owner: admin
Type: Bugs | Status: new
Priority: 1 | Milestone:
Component: Liquidsoap | Version: 0.3.6+svn
Resolution: | Keywords: crash gdb
-------------------------+--------------------------------------------------
Comment (by toots):
Sorry, I fail to reproduce:
{{{
0:53 [EMAIL PROTECTED] ~/sources/svn/savonet/trunk/liquidsoap/src% gdb
liquidsoap
GNU gdb 6.7.1-debian
Copyright (C) 2007 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"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run 'output.dummy(blank())'
Starting program:
/home/toots/sources/svn/savonet/trunk/liquidsoap/src/liquidsoap
'output.dummy(blank())'
[Thread debugging using libthread_db enabled]
[New Thread 0x2aea4422fd00 (LWP 20766)]
[New Thread 0x40800950 (LWP 20769)]
2008/02/05 01:29:59 >>> LOG START
2008/02/05 01:29:59 [protocols.external:3] Didn't find "ufetch"
2008/02/05 01:29:59 [protocols.external:3] Found "/usr/bin/wget"
2008/02/05 01:29:59 [main:3] Liquidsoap 0.3.6+svn
(trunk/[EMAIL PROTECTED])
[New Thread 0x41001950 (LWP 20770)]
2008/02/05 01:29:59 [threads:3] Created thread "event queue 1" (1 total)
[New Thread 0x41802950 (LWP 20771)]
[New Thread 0x42003950 (LWP 20772)]
2008/02/05 01:29:59 [threads:3] Created thread "root" (2 total)
2008/02/05 01:29:59 [root:3] Waking up active nodes...
2008/02/05 01:29:59 [root:3] Broadcast starts up!
2008/02/05 01:30:03 [main:3] Shutdown started!
2008/02/05 01:30:03 [root:2] Root shutdown
2008/02/05 01:30:03 [threads:3] thread "root" exited (1 remaining)
[Thread 0x42003950 (LWP 20772) exited]
Program received signal SIGINT, Interrupt.
[Switching to Thread 0x2aea4422fd00 (LWP 20766)]
0x00002aea434bebe2 in select () from /lib/libc.so.6
(gdb) q
The program is running. Exit anyway? (y or n) y
}}}
--
Ticket URL: <http://savonet.rastageeks.org/ticket/87#comment:1>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !