>>>>> "Florian" == Florian Weimer <[EMAIL PROTECTED]> writes:
Florian> Java implementations needs to solve pretty much the same Florian> problem. How is it done in GCJ? When printing a stack trace we exec addr2line if it is available. This is optional though, there is a system property you can set to disable it. See libjava/gnu/gcj/runtime/NameFinder.java. Tom