Bug 640012
| Summary: | SIGSEGV when compiling maven-doxia (cause found) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stanislav Ochotnicky <sochotni> | ||||||||
| Component: | java-1.6.0-openjdk | Assignee: | Deepak Bhole <dbhole> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | rawhide | CC: | ahughes, dbhole, jvanek, langel, lkundrak, mjw, mjw, mmatejov, omajid | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2010-12-09 15:58:07 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 639805 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Stanislav Ochotnicky
2010-10-04 14:42:42 UTC
Created attachment 451416 [details]
patch causing openjdk SIGSEGV
Created attachment 451418 [details]
koji build.log with openjdk SIGSEGV
Please also attach the /builddir/build/BUILD/maven-doxia-1.1.3/hs_err_pid25440.log file FYI I have problems with mock when building doxia (investigating). That's why I wasn't able to get you the hs_err log. I'll add it once my mock problem is solved. But I found out that openjdk fails only on x86_64 machines, i686 works fine. That might help a bit I hope Ok, I managed to get hs_err file (attached). I was wrong about i686 working and x86_64 failing, it's the other way around (sorry if that made things harder). Created attachment 467726 [details]
hs error log from doxia build
One more bit of information: The build works fine in mock (both i686 and x86_64) so I guess it only fails on true i686 build hosts. Thanks for the trace! Looks like it happened in zip code during getEntry. Such an error is known to happen if a jar/zip file is updated after the vm has built a map of its contents. There is already a bug open for this. Closing this one as a dupe. *** This bug has been marked as a duplicate of bug 560232 *** |