https://bugs.freedesktop.org/show_bug.cgi?id=64311

--- Comment #26 from David <[email protected]> ---
Having added glib dbg info (can you tell you're dealing with a rank amateur
here? Hopefully having a numpty user is helpful for debugging, though - thanks
for your patience):

[code]
> gdb ./soffice.bin
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 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-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin...(no
debugging symbols found)...done.
(gdb) break g_logv
Function "g_logv" not defined.
Make breakpoint pending on future shared library load? (y or [n]) c

Please answer y or [n].
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (g_logv) pending.
(gdb) run
Starting program:
/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/soffice.bin
 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[New Thread 0xb3c61b40 (LWP 5937)]
[New Thread 0xb2193b40 (LWP 5938)]
[New Thread 0xb17ffb40 (LWP 5939)]
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading
configurations from ~/.fonts.conf is deprecated.
[Thread 0xb2193b40 (LWP 5938) exited]
[New Thread 0xb2193b40 (LWP 5940)]
[New Thread 0xafab9b40 (LWP 5941)]
[New Thread 0xaef83b40 (LWP 5942)]
[Thread 0xaef83b40 (LWP 5942) exited]
warning: File
"/home/reimer/Downloads/LibO41Beta/LibreOfficeDev_4.1.0.0.beta2_Linux_x86_deb/DEBS/install/opt/libreofficedev4.1/program/libpython3.3m.so-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to
"$debugdir:$datadir/auto-load".
[New Thread 0xaef83b40 (LWP 5943)]
[Thread 0xaef83b40 (LWP 5943) exited]
[New Thread 0xaef83b40 (LWP 5944)]
[Thread 0xaef83b40 (LWP 5944) exited]
[New Thread 0xaef83b40 (LWP 5945)]
[Thread 0xaef83b40 (LWP 5945) exited]
[New Thread 0xaef83b40 (LWP 5946)]
[New Thread 0xadf1fb40 (LWP 5947)]
[New Thread 0xad65ab40 (LWP 5950)]
WARNING: gnome-keyring:: couldn't connect to:
/run/user/reimer/keyring-2wER2c/pkcs11: No such file or directory
[Thread 0xad65ab40 (LWP 5950) exited]
[Thread 0xaef83b40 (LWP 5946) exited]
[New Thread 0xaef83b40 (LWP 5951)]

Breakpoint 1, g_logv (log_domain=log_domain@entry=0x0, 
    log_level=log_level@entry=G_LOG_LEVEL_WARNING, 
    format=format@entry=0xb292861c "Invalid borders specified for theme
pixmap:\n        %s,\nborders don't fit within the image", 
    args=args@entry=0xbfffd1bc "\260J\t\b\220\375\214\b\005")
    at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
853    /build/buildd/glib2.0-2.34.1/./glib/gmessages.c: No such file or
directory.
(gdb) c
Continuing.
g_logv (
    log_domain=<error reading variable: Cannot access memory at address
0xbfffd190>, 
    log_domain@entry=<error reading variable: Cannot access memory at address
0xbfffd1b0>, 
    log_level=<error reading variable: Cannot access memory at address
0xbfffd194>, 
    log_level@entry=<error reading variable: Cannot access memory at address
0xbfffd1b4>, 
    format=<error reading variable: Cannot access memory at address
0xbfffd198>, 
    format@entry=<error reading variable: Cannot access memory at address
0xbfffd1b8>, ) at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
853    in /build/buildd/glib2.0-2.34.1/./glib/gmessages.c
Couldn't get registers: No such process.
(gdb) backtrace
#0  g_logv (
    log_domain=<error reading variable: Cannot access memory at address
0xbfffd190>, 
    log_domain@entry=<error reading variable: Cannot access memory at address
0xbfffd1b0>, 
    log_level=<error reading variable: Cannot access memory at address
0xbfffd194>, 
    log_level@entry=<error reading variable: Cannot access memory at address
0xbfffd1b4>, 
    format=<error reading variable: Cannot access memory at address
0xbfffd198>, 
    format@entry=<error reading variable: Cannot access memory at address
0xbfffd1b8>, ) at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:853
#1  0xb5b71583 in g_log (
    log_domain=<error reading variable: Cannot access memory at address
0xbfffd1b0>, 
    log_domain@entry=<error reading variable: Cannot access memory at address
0xbfffd1ac>, 
    log_level=<error reading variable: Cannot access memory at address
0xbfffd1b4>, 
    format=<error reading variable: Cannot access memory at address
0xbfffd1b8>)
    at /build/buildd/glib2.0-2.34.1/./glib/gmessages.c:1003
(gdb) 
[/code]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to