public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)
@ 2003-08-28  7:13 jurgen.defurne
  2003-08-29 10:26 ` Elfyn McBratney
  0 siblings, 1 reply; 4+ messages in thread
From: jurgen.defurne @ 2003-08-28  7:13 UTC (permalink / raw)
  To: cygwin

Hello,

I am writing some code using the following directory structure,
like it should be in java

./source
./source/classes

putting into ./source the application, and in ./source/classes
the libraries, where one of the libraries is programmed to
throw an exception at a certain moment. When I execute
this code using gij, I get a core dump. When I compile this
code to an executable, it works fine.

I have tested my code under Linux, with gij-3.0 and gij-3.3,
there it executes fine, so the problem lies probably in the
cygwin implementation.

I have narrowed the problem down to a small main file, and
a single class in the subdirectory which throws an exception.
The problem persists.

If anyone likes to investigate, I can send him my example
code and a core dump as a tar file.

Regards,

Jurgen Defurne

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)
  2003-08-28  7:13 Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease) jurgen.defurne
@ 2003-08-29 10:26 ` Elfyn McBratney
  0 siblings, 0 replies; 4+ messages in thread
From: Elfyn McBratney @ 2003-08-29 10:26 UTC (permalink / raw)
  To: cygwin

jurgen.defurne@philips.com wrote:
> Hello,
> 
> I am writing some code using the following directory structure,
> like it should be in java
> 
> ./source
> ./source/classes
> 
> putting into ./source the application, and in ./source/classes
> the libraries, where one of the libraries is programmed to
> throw an exception at a certain moment. When I execute
> this code using gij, I get a core dump. When I compile this
> code to an executable, it works fine.
> 
> I have tested my code under Linux, with gij-3.0 and gij-3.3,
> there it executes fine, so the problem lies probably in the
> cygwin implementation.
> 
> I have narrowed the problem down to a small main file, and
> a single class in the subdirectory which throws an exception.
> The problem persists.
> 
> If anyone likes to investigate, I can send him my example
> code and a core dump as a tar file.

You've sent this (at least in essence) a couple of times to the list and
no one has answered.  This either means that other people aren't
experiencing the same problems as you are or that they're not as gcj
savvy as you might have hoped.

If this goes un-replied, your best bet would be to try and debug this
yourself using gdb, and see where the problem occurs.

-- Elfyn

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)
@ 2003-08-29 11:03 jurgen.defurne
  0 siblings, 0 replies; 4+ messages in thread
From: jurgen.defurne @ 2003-08-29 11:03 UTC (permalink / raw)
  To: cygwin

Thanks, Elfyn,

For at least some direction, even if not
to a solution.

Jurgen










Elfyn McBratney <elfyn@cygwin.com>
Sent by: 
cygwin-owner@cygwin.com
08/29/2003 12:11 PM
Please respond to cygwin

 
        To:     cygwin@cygwin.com
        cc:     (bcc: Jurgen Defurne/BRG/CE/PHILIPS)
        Subject:        Re: Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)
        Classification: 



jurgen.defurne@philips.com wrote:
> Hello,
> 
> I am writing some code using the following directory structure,
> like it should be in java
> 
> ./source
> ./source/classes
> 
> putting into ./source the application, and in ./source/classes
> the libraries, where one of the libraries is programmed to
> throw an exception at a certain moment. When I execute
> this code using gij, I get a core dump. When I compile this
> code to an executable, it works fine.
> 
> I have tested my code under Linux, with gij-3.0 and gij-3.3,
> there it executes fine, so the problem lies probably in the
> cygwin implementation.
> 
> I have narrowed the problem down to a small main file, and
> a single class in the subdirectory which throws an exception.
> The problem persists.
> 
> If anyone likes to investigate, I can send him my example
> code and a core dump as a tar file.

You've sent this (at least in essence) a couple of times to the list and
no one has answered.  This either means that other people aren't
experiencing the same problems as you are or that they're not as gcj
savvy as you might have hoped.

If this goes un-replied, your best bet would be to try and debug this
yourself using gdb, and see where the problem occurs.

-- Elfyn

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease)
@ 2003-08-21  7:46 jurgen.defurne
  0 siblings, 0 replies; 4+ messages in thread
From: jurgen.defurne @ 2003-08-21  7:46 UTC (permalink / raw)
  To: cygwin

Hello,

I am writing some code using the following directory structure,
like it should be in java

./source
./source/classes

putting into ./source the application, and in ./source/classes
the libraries, where one of the libraries is programmed to
throw an exception at a certain moment. When I execute
this code using gij, I get a core dump. When I compile this
code to an executable, it works fine.

I have tested my code under Linux, with gij-3.0 and gij-3.3,
there it executes fine, so the problem lies probably in the
cygwin implementation.

I have narrowed the problem down to a small main file, and
a single class in the subdirectory which throws an exception.
The problem persists.

If anyone likes to investigate, I can send him my example
code and a core dump as a tar file.

Regards,

Jurgen Defurne

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-29 10:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28  7:13 Core dumps : gij (GNU libgcj) version 3.2 20020927 (prerelease) jurgen.defurne
2003-08-29 10:26 ` Elfyn McBratney
  -- strict thread matches above, loose matches on Subject: below --
2003-08-29 11:03 jurgen.defurne
2003-08-21  7:46 jurgen.defurne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).