[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #21898] bc 1.06: Segmentation fault when using for (;;)
From: |
Joel Rees |
Subject: |
[bug #21898] bc 1.06: Segmentation fault when using for (;;) |
Date: |
Fri, 22 Mar 2013 14:00:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.1.16) Gecko/20121207 Iceweasel/3.5.16 (like Firefox/3.5.16) |
Follow-up Comment #2, bug #21898 (project grep):
I was looking for the patch to bc-1.06 that fixed the math library
segmentation fault. Found it a couple of days back on linuxfromscratch.org, I
think, don't find it now. But I'm betting this was the same issue:
bc/load.c, line 159
program_counter save_adr;
should be
static program_counter save_adr;
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?21898>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #21898] bc 1.06: Segmentation fault when using for (;;),
Joel Rees <=