Re: SIGSEGV issue

2007-09-17 Thread David Sayada
ld gcj on ARM. Hi Andrew, It seems you were talking about these trunks ( http://gcc.gnu.org/svn/gcc/trunk/), weren't you? Can I exploit them for a compilation with crosstool? Also, I have seen that solving my issue just consists in applying a patch on backtrace.h, correct? Can I apply

RE: SIGSEGV issue

2007-09-16 Thread David Sayada
>No, just trunk, sorry. Jakub jelinek is going to do a backport of ARM >EABI gcc but he hasn't doine it yet AFAIAA. >You don't really need stack traces to debug this: you can used gdb >instead. But I wouldn't consider using such an old gcj on ARM. >Andrew. The complete stack trace (I miss

RE: SIGSEGV issue

2007-09-16 Thread David Sayada
>No, just trunk, sorry. Jakub jelinek is going to do a backport of ARM >EABI gcc but he hasn't doine it yet AFAIAA. >You don't really need stack traces to debug this: you can used gdb >instead. But I wouldn't consider using such an old gcj on ARM. >Andrew. The complete stack trace: #0 0x40

RE: SIGSEGV issue

2007-09-16 Thread David Sayada
Andrew, I am now working with gcj 4.2.1 and I am getting the following SIGSEGV when my application starts, any idea? 0x40024250 in _Unwind_GetIPInfo () from /nfsroot/lib/libgcc_s.so.1 Thanks, David Sayada.

RE: SIGSEGV issue

2007-09-11 Thread David Sayada
PEC=-fcheck-references DIVIDESPEC=-fuse-divide-subroutine ;; If not, can I please ask you to provide them to me? Many Thanks, David Sayada.

RE: SIGSEGV issue

2007-09-11 Thread David Sayada
>There's nothing I can see that should cause any trouble, but I suppose >the problem is that becasue stack traces on your version of gcj aren't >working you have no way to know where the problem is? Yes, correct. Is there a way to make them work? Thanks, David Sayada.

RE: SIGSEGV issue

2007-09-11 Thread David Sayada
David Sayada writes: > For the moment I don't know. But can that be caused by an exception > I am not catching between try and catch? It's possible, but I'd have to debug it to know for sure. Please stop top-posting. Andrew. Hi Andrew, I hope I am not top posting

RE: SIGSEGV issue

2007-09-10 Thread David Sayada
Hi Andrew, For the moment I don't know. But can that be caused by an exception I am not catching between try and catch? Best Regards, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 10:51 AM To: David Sayada Cc: clas

RE: SIGSEGV issue

2007-09-10 Thread David Sayada
with that issue, but without success. Is this a natural behaviour? Or should there be a way to avoid them? Best Regards David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 12:49 PM To: David Sayada Cc: classpath@gnu.org; '

RE: SIGSEGV issue

2007-09-06 Thread David Sayada
Hi Andrew, I just want to thank you for all the pieces of info you provided. I am sure these top posting exchanges will at least help people choose the best ARM toolchain for their java development. I hope they will not be confused if I confused them in any manner. :-) Best Regards, David Sayada

RE: SIGSEGV issue

2007-09-06 Thread David Sayada
Regards, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 12:21 PM To: David Sayada Cc: classpath@gnu.org; 'Amnon David' Subject: RE: SIGSEGV issue David Sayada writes: > > Reading specs from > /opt/

RE: SIGSEGV issue

2007-09-05 Thread David Sayada
--enable-shared --enable-c99 --enable-long-long Thread model: posix gcc version 4.1.2 The cross toolchain has been compiled with crosstool 0.43 from Dan Kegel. Best Regards, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 5:04

RE: SIGSEGV issue

2007-09-05 Thread David Sayada
/nfsroot/lib/libpthread.so.0 Best Regards, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 11:52 AM To: David Sayada Cc: classpath@gnu.org; 'Amnon David' Subject: RE: SIGSEGV issue David Sayada writes: &

RE: SIGSEGV issue

2007-09-04 Thread David Sayada
Hi Andrew, I had some troubles to debug my multithreaded application through gdbserver. I think I have succeeded now, I may send you something tomorrow morning. Best Regards, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007

RE: SIGSEGV issue

2007-08-30 Thread David Sayada
Hi Andrew, Thanks for all these pieces of info and your help. I am making the test with gdb, I hope to provide you something ASAP. Many Thanks, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 11:52 AM To: David Sayada Cc

RE: SIGSEGV issue

2007-08-30 Thread David Sayada
bgcj in my case. I must then return you an indication in your code? This is a bug of yours? Many Thanks, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 10:48 AM To: David Sayada Cc: classpath@gnu.org; 'Amnon David'

RE: SIGSEGV issue

2007-08-29 Thread David Sayada
nal SIGSEGV? Many Thanks, David Sayada. -Original Message- From: Andrew Haley [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 2:59 PM To: David Sayada Cc: classpath@gnu.org; [EMAIL PROTECTED]; Amnon David Subject: Re: SIGSEGV issue David Sayada writes: > Hi all, > > T

SIGSEGV issue

2007-08-29 Thread David Sayada
Hi all, This email is following the last email I sent a few days ago about SIGSEGV occurring in a java CNI application compiled with gcj 4.1.2 on a PXA270 platform. I have traced the place in the code causing the exception, and please the see below the concerning code: if

SIGSEGV exception

2007-08-28 Thread David Sayada
Hi, I am facing a SIGSEGV exception coming from my application running on a PXA270 under linux and compiled with gcj 4.1.2 (arm). The exception seems to come from net/io/channel package: java.lang.ClassCastException: gnu.java.nio.ServerSocketChannelImpl cannot be cast to java.nio.channels.SocketC

lightest classpath

2006-12-11 Thread David Sayada
? Many thanks for your help. Best Regards, David Sayada.