Changes between Initial Version and Version 1 of Ticket #193, comment 7
- Timestamp:
- Dec 31, 2012, 12:06:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #193, comment 7
initial v1 1 1 I can confirm this problem. But I doubt it's related to the JPEG.DLL name. It can successfully load JPG files which means the DLL can be found and works. 2 2 3 What actually happens is a crash (reading at the zero address) when saving to a JPG file which Java intercepts and presents as a RuntimeException. The release version traps somewhere near os:malloc() (if the trace is correct). The debug version asserts at line 70 in ResourceArea.cpp which is:3 What actually happens is a crash (reading at the zero address) when saving to a JPG file which Java intercepts and presents as a RuntimeException. The release version traps somewhere near os:malloc() (if the trace is correct). The debug version asserts at line 70 in resourceArea.hpp which is: 4 4 {{{ 5 5 fatal("memory leak: allocating without ResourceMark");