Bugs: wrecon
Bugs
Large number of scales might exceed the string buffer
limit.
(15 Dec 2011)
/soft/ciao/binexe/wavdetect: line 234: 6881 Abort trap: 6 wrecon log=$wd_log ... wrecon failed or wrecon (CIAO): ERROR: Bad file name in flux stack on line 1 : Bad file descriptor # 5679: wrecon (1) is: exit_upon_error->NULL wrecon failed
wavdetect creates temporary files with names like wdname_xxx_yyy, where xxx and yyy are "(int)scale*10"; scale '2 4.5 16' creates filenames with "020 045 160".
If the scale values are greater than 100, the xxx and yyy values become four digits instead of three. This may cause the string buffer to overflow and the tool to fail.

![[CIAO Logo]](../imgs/ciao_logo_navbar.gif)