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

Bug#608732: stack trace ?



Hi there,

On Thu, 2011-01-13 at 15:07 +0200, alex bodnaru wrote:
> i'd love to collect the backtrace, just be more instructive on the steps i
> should follow: needed packages, command lines etc.

	First - it would be much appreciated if you could use the freedesktop
bug.

	Second - can you confirm that you can actually install your extension
(move away your ~/.libreoffice first perhaps) - I cannot (I get errors
wrt. missing registration methods).

	Third - if you get a crash you need to:

	cd /path/to/libreoffice/program
	gdb ./soffice.bin
	r
	# make it crash # :-)
	thread apply all backtrace

	and attach the backtrace - bonus points for having debuginfo packages
installed before you run it ;-)

	If that shows memory corruption, then repeating with valgrind instead
of gdb:

	valgrind --num-callers=25 ./soffice.bin 2>&1 | tee /tmp/val-log

	may give a more useful trace. In the meantime, it is hard to see the
bug (as is) as a blocker.

	Thanks !

		Michale.


-- 
 michael.meeks@novell.com  <><, Pseudo Engineer, itinerant idiot





Reply to: