| Issue 1157: | Gerrit crashes on IBM-JDK | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version: 1.8
What steps will reproduce the problem?
1. Run Gerrit on IBM-JDK
2. Have multiple users interact with Gerrit concurrently.
3. Gerrit crashes with a null pointer exception.
What is the expected output? What do you see instead?
Gerrit to function properly.
Please provide any additional information below.
This appears to be a recreate of this issue:
https://code.google.com/p/google-gson/issues/detail?id=288
Looking at the Gerrit / GWT-Json code it looks like they are still using version 1.3 of google-gson, which was released back in '09. Can the underlying google-gson get updated to a newer version that has the fix for this issue?
Oct 25, 2011
#1
williams...@gmail.com
Oct 25, 2011
We won't be patching 2.1.8. The newer 2.2.x series is probably using Gson 1.7.1.
Status:
WontFix
Oct 25, 2011
Thanks. Looks like you are planning to fix this with the next 2.2.x release via this revision: https://code.google.com/p/gerrit/source/detail?r=600226a25eac27bf30dfb6f3e753b8a2fed4a80b&path=/pom.xml |
|
| ► Sign in to add a comment |