This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
float_to_list/2 test fails with exception or segfault when digits range >= 9 #512
Labels
bug
Something isn't working
compiler
Issues pertaining to the compiler with no specific tag
help wanted
We'd love your help getting this one done!
runtime/bifs
runtime
Milestone
Failing
The following file fails to produce all output
init.erl
Output
Work-arounds
If the range of digits is changed from
0
to16
to0
to10
, no exception occurs. It also is not a probleminit.erl
0
to10
init.erl
11
to16
Segfault
The range
9..16
actually causes a segfault instead of the exception.init.erl
Output
The text was updated successfully, but these errors were encountered: