Bug#212949: Similar bug with gcj/gij in gdb 6.3-debian

2005-08-01 Thread jim
Quoting Daniel Jacobowitz <[EMAIL PROTECTED]>:
> A testcase I could run would be nice.  

You could download from mirrors pub/openoffice.org/contrib/linuxsparc
openoffice.org1.9.120_Linux_Sparc.tar.bz2

Unpack the tar file into your home directory and 
cd  openoffice.org1.9.120/program
gdb soffice.bin
run

But I will try and make something smaller, and upload that soon.

> Failing that, please "set debug
> lin-lwp 1" before running the program and send me the entire log.

ok, as soon as i can


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#212949: Similar bug with gcj/gij in gdb 6.3-debian

2005-07-31 Thread Daniel Jacobowitz
On Sun, Jul 31, 2005 at 01:43:20PM +1000, [EMAIL PROTECTED] wrote:
> I can run any tests or provide anything else if you request.

A testcase I could run would be nice.  Failing that, please "set debug
lin-lwp 1" before running the program and send me the entire log.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#212949: Similar bug with gcj/gij in gdb 6.3-debian

2005-07-31 Thread jim
[EMAIL PROTECTED]:~/o120/program$ gdb --version
GNU gdb 6.3-debian

I found a different way to get the bug on GNU/Linux sparc.
--
Building openoffice.org this command gives random Bus errors:

/usr/bin/gij-4.0
-Dgnu.gcj.precompiled.db.path=/home/jim/ooo680/solver/680/unxlngs.pro/lib/openoffice.org.gcjdb
--classpath
/home/jim/ooo680/solver/680/unxlngs.pro/bin/xt.jar:/home/jim/ooo680/solver/680/unxlngs.pro/bin/parser.jar:../../../../../unxlngs.pro/class/cfgimport.jar
-Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver
Calc.xcu ../../../../../util/data_val.xsl
../../../../../unxlngs.pro/misc/registry/data/org/openoffice/Office/Calc.val
xcs=/home/jim/ooo680/officecfg/registry/data/org/openoffice/Office/../../../../../registry/schema/org/openoffice/Office/Calc.xcs
schemaRoot=/home/jim/ooo680/officecfg/registry/data/org/openoffice/Office/../../../../../registry/schema
Bus error

If i run gdb --args 
/build/buildd/gdb-6.3/gdb/linux-nat.c:2076: internal-error: linux_nat_wait:
Assertion `iterate_over_lwps (running_callback, NULL)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)  
/build/buildd/gdb-6.3/gdb/linux-nat.c:2076: internal-error: linux_nat_wait:
Assertion `iterate_over_lwps (running_callback, NULL)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) y
(gdb) bt
#0  0x710f6610 in __linuxthreads_create_event () from /lib/libpthread.so.0
#1  0x710f3760 in __pthread_initialize_manager () from /lib/libpthread.so.0
#2  0x710f3874 in pthread_create@@GLIBC_2.1 () from /lib/libpthread.so.0
#3  0x70c2c2e8 in GC_pthread_create () from /usr/lib/libgcj.so.6
#4  0x70b220ec in _Jv_ThreadStart () from /usr/lib/libgcj.so.6
#5  0x707f17b0 in java::lang::Thread::start () from /usr/lib/libgcj.so.6
#6  0x707b79bc in _Jv_CreateJavaVM () from /usr/lib/libgcj.so.6
#7  0x707b7e20 in _Jv_RunMain () from /usr/lib/libgcj.so.6
#8  0x7003cf0c in main () from /usr/lib/libgij.so.6
#9  0x711c0e38 in __libc_start_main () from /lib/libc.so.6
#10 0x000105b8 in ?? ()
#11 0x000105b8 in ?? ()
Previous frame identical to this frame (corrupt stack?)
(gdb)   


same bug running different program

running gdb soffice.bin
build/buildd/gdb-6.3/gdb/linux-nat.c:2076: internal-error: linux_nat_wait:
Assertion `iterate_over_lwps (running_callback, NULL)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) n
(gdb) bt
#0  0x70fc2610 in __linuxthreads_create_event () from /lib/libpthread.so.0
#1  0x70fbf760 in __pthread_initialize_manager () from /lib/libpthread.so.0
#2  0x70fbf874 in pthread_create@@GLIBC_2.1 () from /lib/libpthread.so.0
#3  0x70a8bb8c in osl_getTextEncodingFromLocale () from
/home/jim/o120/program/libuno_sal.so.3
#4  0x709c3da4 in vos::OThread::create () from 
/home/jim/o120/program/libvos3gcc3.so
#5  0x709c4fb0 in vos::OTimerManager::OTimerManager () from
/home/jim/o120/program/libvos3gcc3.so
#6  0x709c51f8 in vos::OTimerManager::getTimerManager () from
/home/jim/o120/program/libvos3gcc3.so
#7  0x709c5218 in vos::OTimer::isTicking () from
/home/jim/o120/program/libvos3gcc3.so
#8  0x72bfee48 in ?? () from /home/jim/o120/program/configmgr2.uno.so
#9  0x72bfee48 in ?? () from /home/jim/o120/program/configmgr2.uno.so
Previous frame identical to this frame (corrupt stack?)
(gdb)  

I can run any tests or provide anything else if you request.

thanks

jim 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]