This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: NullPointerException in a win32 application
- From: Tom Tromey <tromey at redhat dot com>
- To: "Thijs Cadier" <thijs at cadier dot net>
- Cc: GCC Hackers <gcc at gcc dot gnu dot org>
- Date: 26 Jul 2003 08:51:10 -0600
- Subject: Re: NullPointerException in a win32 application
- References: <010101c35377$d0daf510$0300a8c0@thijs>
- Reply-to: tromey at redhat dot com
>>>>> "Thijs" == Thijs Cadier <thijs@cadier.net> writes:
Thijs> - Would you say it's the responsibity of the Lib vendor to test their
Thijs> software with GCJ?
We'd love it if they did.
Thijs> - What would be a way to solve a problem like this? I'm a quite
Thijs> experienced java developer. But I've got no clue about these
Thijs> kind of things.
You can use gdb to debug your application.
Tom