RE: rygel-0.4.2 will not start



Thanks - here's what I get:

-----Original Message-----
From: rygel-list-bounces gnome org [mailto:rygel-list-bounces gnome org] On Behalf Of Jens Georg
Sent: Sunday, 18 October, 2009 18:09
To: GNOME UPnP/DLNA services
Subject: RE: rygel-0.4.2 will not start

> I never used gdb before - after recompiling rygel using "--prefix=/usr/local --enable-debug --enable-media-export-plugin", I got this:
> 
> $ gdb rygel
> GNU gdb 6.8
> Copyright (C) 2008 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 "i686-pc-linux-gnu"...
> (gdb) Quit [ctrl-c]
> (gdb) thread all apply backtrace
> No symbol "all" in current context.
> (gdb) thread apply backtrace
> No registers.

Sorry. My mistake.

you need to first enter "run", wait until rygel is started and looks as
if it is doing nothing, then hit Ctrl-C and enter "thread apply all
backtrace" (or "t a a bt")
_______________________________________________

$ gdb rygel
GNU gdb 6.8
...
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/rygel 
[Thread debugging using libthread_db enabled]
[New Thread 0xb78656f0 (LWP 2888)]
[New Thread 0xb7859b90 (LWP 2893)]
** (rygel:2888): DEBUG: rygel-main.vala:110: new network context lo (127.0.0.1) available.
** (rygel:2888): DEBUG: rygel-main.vala:110: new network context eth0 (163.183.3.38) available.
[Thread 0xb7859b90 (LWP 2893) exited]
^C
Program received signal SIGINT, Interrupt.
[Switching to Thread 0xb78656f0 (LWP 2888)]
0xb7fb2430 in __kernel_vsyscall ()
(gdb) t a a bt

Thread 1 (Thread 0xb78656f0 (LWP 2888)):
#0  0xb7fb2430 in __kernel_vsyscall ()
#1  0xb793f277 in poll () from /lib/libc.so.6
#2  0xb7a87d8b in g_poll () from /usr/local/lib/libglib-2.0.so.0
#3  0xb7a7b46d in g_main_context_iterate () from /usr/local/lib/libglib-2.0.so.0
#4  0xb7a7b777 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0
#5  0x0806f59e in main (argc=Cannot access memory at address 0x6
) at rygel-main.c:363
(gdb) 

Note:
$ /lib/libc.so.6   
GNU C Library stable release version 2.9, by Roland McGrath et al.
...
Compiled by GNU CC version 4.2.2.
Compiled on a Linux >>2.6.29.1-tinycore<< system on 2009-04-16.
Available extensions:
        crypt add-on version 2.1 by Michael Glad and others
        Native POSIX Threads Library by Ulrich Drepper et al
        BIND-8.2.3-T5B

$ cat /usr/local/lib/pkgconfig/glib-2.0.pc | grep Version
Version: 2.22.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]