unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* complex /int subtraction -> segfault
@ 2008-12-17 23:47 Bill Schottstaedt
  0 siblings, 0 replies; only message in thread
From: Bill Schottstaedt @ 2008-12-17 23:47 UTC (permalink / raw)
  To: bug-guile

guile> (version)
"1.8.6"
guile> (+ 1050879503.0+3.0i 1050879503)
2101759006.0+3.0i
guile> (- 1050879503.0+3.0i 1050879503)
Segmentation fault (core dumped)

in gdb:

guile> (- 1050879503.0+3.0i 1050879503)

Program received signal SIGSEGV, Segmentation fault.
0x4006ea80 in scm_difference (x=0x40251128, y=0x40185040) at numbers.c:4332
4332              return scm_c_make_rectangular (real_part, SCM_COMPLEX_IMAG (y));      
Missing separate debuginfos, use: debuginfo-install glibc-2.9-2.i686
(gdb) where
#0  0x4006ea80 in scm_difference (x=0x40251128, y=0x40185040) at numbers.c:4332
#1  0x4004529d in deval (x=0x404, env=0x40251558) at eval.c:4370
#2  0x40047b9b in scm_primitive_eval (exp=0x40251120) at eval.c:5935
#3  0x400451c2 in deval (x=0x1, env=0x402512c8) at eval.c:4232
#4  0x4003089b in scm_start_stack (id=0x40182570, exp=0x401b3a18, env=0x402512c8)
    at debug.c:457






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-17 23:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 23:47 complex /int subtraction -> segfault Bill Schottstaedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).