Mercury Bugs - mercury
View Issue Details
0000395mercuryBugpublic2015-10-12 14:462015-10-20 18:00
Reporterwangp 
Assigned Towangp 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000395: non tail recursion in lexer.m
DescriptionIn lexer.m, execute_get_token_action calls skip_to_eol which calls get_token_2 which calls execute_get_token_action.

I believe this is the cause of a C stack overflow on FreeBSD/i386/gcc48/hlc.gc.
TagsNo tags attached.
Attached Files

There are no notes attached to this issue.

Issue History
2015-10-12 14:46wangpNew Issue
2015-10-12 16:09wangpAssigned To => wangp
2015-10-12 16:09wangpStatusnew => assigned
2015-10-20 18:00wangpStatusassigned => resolved
2015-10-20 18:00wangpResolutionopen => fixed