-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 5/22/2014 10:08 AM, Arthur Marsh wrote:
> Is there any way to pinpoint where in the program the error is
> occuring?

Yes, if you can run it under gdb and set a breakpoint in g_log, that
is where these messages are printed.  If you can capture a stack trace
at that point, it should show where the program is.

gdb gpartedbin
break g_log
run

When it hits the breakpoint, issue the finish command and you should
see the message printed on the screen.  There will probably be a
number of other messages that come up first, and for those, issue the
continue command.  When the g_convert error message comes up, issue
the bt command to get a backtrace and let's have a look at that.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTfgjoAAoJEI5FoCIzSKrwLagH/1wB+sfVQMggJTuuFMvr8cdB
95p0ZF5ms58otb1uKQi9c6aiXbE7rS2vE8PJgHQeRGn3DjJmeLkVUnYRiipFyK4v
C7inXS66QCGZpuBzFaYEx39tE47P5bwFxSpBbiwPs5xlTlc0ggDWnY+x0m+Vu1mu
hJFo8c3pw4YYAQFexNeAre0TlvXYFTzF3oGDz6jJB/OWvqJidOVGaOk33WN94eNX
2k5endyf+xoavqLoHjER00rkc3QeJzjn6hBOwM2OopofP16iBtqhgboxreiH2It1
gUe5CIuwhN79xaIMgMg97WgySckZT0D9J3r2NrMCR0YfMFv9BHqOdaBMYYfgGIk=
=AYld
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to