-
/usr/lib/librefdbg.so: undefined symbol: objalloc_create
version 1.2
kernel 2.6.12
glibc 2.3.6
glib2-2.4.8.
2006-10-04 04:46:43 UTC by nobody
-
in ubuntu I was missing "binutils-dev"
gcc -DHAVE_CONFIG_H -I. -I. -I.
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-DG_LOG_DOMAIN=\" RefDbg\" -g -O0 -Wall -MT symsnarf.lo
-MD -MP -MF .deps/symsnarf.Tpo -c symsnarf.c -fPIC
-DPIC -o .li bs/symsnarf.o
symsnarf.c:28:17: error: bfd.h: No such file or directory
symsnarf.c:45: error: syntax error before 'bfd'
s.
2006-08-10 09:18:57 UTC by ensonic
-
jgreen committed patchset 11 of module refdbg to the GObject reference count debugger CVS repository, changing 5 files.
2006-08-07 20:23:32 UTC by jgreen
-
jgreen committed patchset 10 of module refdbg to the GObject reference count debugger CVS repository, changing 3 files.
2006-08-07 20:04:53 UTC by jgreen
-
jgreen committed patchset 9 of module refdbg to the GObject reference count debugger CVS repository, changing 3 files.
2006-08-07 18:06:30 UTC by jgreen
-
jgreen committed patchset 8 of module refdbg to the GObject reference count debugger CVS repository, changing 1 files.
2006-08-07 17:11:04 UTC by jgreen
-
jgreen committed patchset 7 of module refdbg to the GObject reference count debugger CVS repository, changing 13 files.
2006-08-07 16:52:37 UTC by jgreen
-
It wound be nice to specify a basename for the logfile
(--log-file).
When running several apps under refdbg (e.g. run all
unit tests) the log is overwritten each time.
So it would be nice, if I could say
refdb --log-file=/tmp/myapp.refdbg ./myapp
and it will log to the given file-name.
2005-03-15 15:24:13 UTC by ensonic
-
Couldn't refdbg log all GObject types of which
instances still exist at the end into a separate log
(e.f. refdbg-leak.log).
This would help to decide to which object one should
have a closer look.
2005-03-14 21:19:37 UTC by ensonic
-
jgreen committed patchset 6 of module refdbg to the GObject reference count debugger CVS repository, changing 12 files.
2005-02-05 10:34:04 UTC by jgreen