RE: ?'s returned from call

2002-10-23 Thread Benoit Voisin
t: Re: ?'s returned from call Try compiling your code w/ the -g switch to include debugging information. Many JustInTime compilers lose locality information during runtime optimizations. However, if you are using a 3rd party jar, you may be out of luck. The ''?' results bec

Re: ?'s returned from call

2002-10-23 Thread juan . jose . evangelista
it happens to me with JDK 1.1.8 Juan José Evangelista Te: 4819-1000 int 4575 [EMAIL PROTECTED] |+-+--| || donald larmee | | || <[EMAIL PROTECTED]|         To:        "

Re: ?'s returned from call

2002-10-23 Thread donald larmee
Try compiling your code w/ the -g switch to include debugging information. Many JustInTime compilers lose locality information during runtime optimizations. However, if you are using a 3rd party jar, you may be out of luck. The ''?' results because the StackTrace being parsed to get the loca

?'s returned from call

2002-10-23 Thread FLYNN, Peter -Syntegra UK
We've recently ran some tests with Log4J and are experiencing some strange behaviour from some of the calls. When I run it on my computer it is fine, but when my colleague runs the same test, we get ? for line number and method name from locationInformation. Would it do this if the symbol table