Re: On 8017264: Java app crash on it's startup after Java updated to 7u25 from 7u21

2013-06-26 Thread David Holmes
On 26/06/2013 10:44 PM, Weijun Wang wrote: Hi David I'm able to reproduce the problem on my computer and has pinpointed the exact Win32 API failing: The LSA login function returns a ticket with size 131074 bytes. Normally a ticket is smaller than several KB. There must be something wrong. Does

Re: On 8017264: Java app crash on it's startup after Java updated to 7u25 from 7u21

2013-06-26 Thread Weijun Wang
Hi David I'm able to reproduce the problem on my computer and has pinpointed the exact Win32 API failing: The LSA login function returns a ticket with size 131074 bytes. Normally a ticket is smaller than several KB. There must be something wrong. It's a windows-i586 JRE running on a windows-

Re: On 8017264: Java app crash on it's startup after Java updated to 7u25 from 7u21

2013-06-26 Thread David Holmes
Max, Is a minidump available (not that I know how to work with them but they are more reliable than stack traces) ? I suspect the symbolic information in the stacktrace is reflecting closest available symbol rather than actual symbol. As you say the sequence of calls don't really make sense.