View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000058 | mercury | Bug | public | 2008-04-23 15:52 | 2008-06-11 14:57 | ||||
Reporter | wangp | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | unable to reproduce | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000058: some bug compiling extras/xml | ||||||||
Description | I have not narrowed it down further but the sample program in extras/xml crashes if you build it with these lines in the Mmakefile: EXTRA_MCFLAGS = --transitive-intermodule-optimisation MCFLAGS-xml.parse = -O3 % (cd samples && ../tryit newsarticles.xml) *** Mercury runtime: caught segmentation violation *** cause: address not mapped to object address involved: 0x76 This may have been caused by a stack overflow, due to unbounded recursion. exiting from signal handler If it helps, --no-optimise-reassign on xml.parse.m causes the bug to go away. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
wangp (developer) 2008-06-11 14:57 |
I couldn't reproduce this on saturn with rotd-2008-06-03. |