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

Bug#195344: marked as done ([PR 11443] gdb does not show source of main() for java programs)



Your message dated 
with message-id <20100713184531.10815.63133.mass-bugs-close@merkel.debian.org>
and subject line gcj-4.3 removed from Debian unstable
has caused the Debian Bug report #195344,
regarding [PR 11443] gdb does not show source of main() for java programs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
195344: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195344
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gdb
Version: 5.3

I have Debian unstable, with gdb 5.3 and gcj 3.3. This program:

class MyClass {
        public static void main (String[] args) {
                System.out.println ("Bla");
        }
}

compiled with 

gcj -g --main=MyClass -o MyClass MyClass.java

fails to show the source in gdb, showing this:

---------
GNU gdb 5.3-debian
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-linux"...
(gdb) list
1       /tmp/cctCgizH.i: No such file or directory.
        in /tmp/cctCgizH.i
(gdb)
---------

Thus, ddd also isn't working with it.



-- 
Pablo Baena <pbaena@uol.com.ar>



--- End Message ---
--- Begin Message ---
Version: 4.3.4-4+rm

gcj-4.3 has been removed from Debian unstable: http://bugs.debian.org/577262

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD


--- End Message ---

Reply to: