guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tracking down ia64 problem.


From: Rob Browning
Subject: tracking down ia64 problem.
Date: Mon, 31 Mar 2003 14:32:55 -0600
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

I'm just getting started looking for an ia64 related bug.  I wanted to
check to see if anyone else might already have ideas.

Our build fails after guile has been built.  pre-inst-guile works for
trivial things, but the build fails when trying to create
autoconf-macros.texi.

Running guile directly under gdb reveals the following:

  (gdb) run
  Starting program: /home/rlb/guile-1.6-1.6.3/libguile/.libs/lt-guile 
  guile> 5
  5
  guile> (+ 1 2)
  3
  guile> 
  Program received signal SIGSEGV, Segmentation fault.
  0x2000000000134110 in scm_ithrow (key=0x2000000000576a00, 
      args=0x2000000000605c60, noreturn=1) at throw.c:643
  643       if (!SCM_CONSP (winds))
  (gdb) where
  #0  0x2000000000134110 in scm_ithrow (key=0x2000000000576a00, 
      args=0x2000000000605c60, noreturn=1) at throw.c:643
  #1  0x2000000000133f60 in scm_throw (key=0x2000000000576a00, 
      args=0x2000000000605c60) at throw.c:598
  #2  0x20000000000d6a30 in scm_gsubr_apply (args=0x2000000000605c60)
      at gsubr.c:247
  #3  0x20000000000b57d0 in scm_dapply (proc=0x6000000000002630, 
      arg1=0x20000000005589d0, args=0x2000000000605b90) at eval.c:3623
  #4  0x2000000000133f60 in scm_throw (key=0x20000000005589d0, 
      args=0x20000000000b29f0) at throw.c:598
  #5  0x00002974 in ?? ()
  #6  0x2000000000133f60 in scm_throw (key=0x60000fffffffb240, 
      args=0x2000000000197428) at throw.c:598
  #7  0x00002974 in ?? ()
  #8  0x2000000000133f60 in scm_throw (key=0x2974, args=0x60000fffffffb318)
      at throw.c:598
  #9  0x00000187 in ?? ()
  #10 0x2000000000133f60 in scm_throw (key=0x600000000001ddc0, 
      args=0x60000000000053e0) at throw.c:598
  #11 0xc000000000000309 in ?? ()
  #12 0x2000000000133f60 in scm_throw (key=0x2000000000608750, args=0x2374)
      at throw.c:598
  #13 0x2000000000197428 in __DTOR_END__ ()
     from /home/rlb/guile-1.6-1.6.3/libguile/.libs/libguile.so.12
  #14 0x2000000000133f60 in scm_throw (key=0xff, args=0x200000000009ad60)
      at throw.c:598
  #15 0x000000ff in ?? ()
  #16 0x2000000000133f60 in scm_throw (key=0xc000000000000206, 
      args=0x20000000005d3b90) at throw.c:598
  #17 0xc000000000000206 in ?? ()
  #18 0x2000000000133f60 in scm_throw (key=Cannot access memory at address 
0x60000fff7ffffe78
  ) at throw.c:598
  Cannot access memory at address 0x60000fff7ffffe90
  (gdb) 



-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]