#78 closed defect (released)
java bindings do not pass make check
Reported by: | Marien Zwart | Owned by: | Olly Betts |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Xapian-bindings | Version: | 0.9.6 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Linux |
Description
When building the java bindings using either the sun 1.4.2.10 jdk or the blackdown 1.4.2.03 jdk I get a message like this during "make check" in run-java-test:
* glibc detected * /opt/sun-jdk-1.4.2.10/bin/java: munmap_chunk(): invalid pointer: 0x08123274 *
after which java crashes with an "abort". I've tried to run this under gdb or valgrind but failed to get any results (gdb complained about "internal errors" and valgrind did not seem to be doing anything at all, other than using 100% cpu for several minutes).
I realize I'm not providing much information to go on. I wish I could provide more or more useful data but do not know how. Recommendations on how to debug this further are much appreciated. (it does not help I know next to nothing about java: I'm just trying to package the bindings for gentoo.)
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | xapian-java-bindings-delete.patch added |
---|
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Yes, that fixed it! Thanks!
comment:3 by , 18 years ago
Operating System: | → Linux |
---|---|
Resolution: | fixed → released |
Patch to correct 2 misuses of delete to delete[]