From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Thu, 30 Jul 2009 09:40:36 +0100 Message-ID: From: roger peppe To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [9fans] ape strtod crash Topicbox-Message-UUID: 31c8fdb6-ead5-11e9-9d60-3106f5b1d025 this ape program gives a floating point exception error: #include void main(){ strtod("421567849e316", 0); } this made awk crash when i was running dumpvacroots. it dies at /sys/src/ape/lib/ap/stdio/strtod.c:473 but it looks a bit involved for me to dive into right now, i'm afraid.