unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Marco Maggi <marco.maggi-ipsu@poste.it>
To: Andy Wingo <wingo@pobox.com>
Cc: bug-guile@gnu.org
Subject: Re: guile-2.0.0 fails to build without threads
Date: Wed, 13 Apr 2011 16:19:50 +0200	[thread overview]
Message-ID: <874o62xmgp.fsf@rapitore.luna> (raw)
In-Reply-To: <m3zknuh3vm.fsf@unquote.localdomain> (Andy Wingo's message of "Wed, 13 Apr 2011 11:55:41 +0200")

Andy Wingo wrote:
>> Throw without catch before boot:
>> Throw to key stack-overflow with args (#f "Stack overflow" #f #f)Aborting.

> Can you submit a backtrace please?

(gdb) run
Starting program: /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/lt-guile --no-auto-compile
[Thread debugging using libthread_db enabled]

Breakpoint 1, 0xb7f49b70 in scm_ithrow ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
(gdb) bt
#0  0xb7f49b70 in scm_ithrow ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#1  0xb7ec364b in scm_error_scm ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#2  0xb7ec36f1 in scm_error ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#3  0xb7f38d4a in scm_report_stack_overflow ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#4  0xb7f63575 in scm_c_vm_run ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#5  0xb7ec70f7 in scm_primitive_eval ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#6  0xb7eea97b in scm_primitive_load ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#7  0xb7eeb478 in scm_primitive_load_path ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#8  0xb7eeb843 in scm_c_primitive_load_path ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#9  0xb7ee4956 in scm_load_startup_files ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#10 0xb7ee4dde in scm_i_init_guile ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#11 0xb7f46560 in with_guile_and_parent ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#12 0xb7e252be in GC_call_with_stack_base () from /usr/local/lib/libgc.so.1
#13 0xb7f466ef in scm_with_guile ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#14 0xb7ee49c5 in scm_boot_guile ()
   from /home/marco/src/devel/scheme/checkouts/guile/libguile/.libs/libguile-2.0.so.22
#15 0x0804885b in main ()

-- 
Marco Maggi



  reply	other threads:[~2011-04-13 14:19 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-07 14:47 guile-2.0.0 fails to build without threads Marijn
2011-04-11 16:19 ` Andy Wingo
2011-04-12  7:26   ` Marijn
2011-04-13 10:05     ` Andy Wingo
2011-04-13 13:44       ` Marijn
2011-04-13 14:09         ` Andy Wingo
2011-04-13 14:27           ` Marijn
2011-04-13 15:22             ` Andy Wingo
2011-04-14 13:25               ` Marijn
2011-04-28 11:17                 ` Andy Wingo
2011-04-28 13:08                   ` Ludovic Courtès
2011-04-28 13:15                     ` Andy Wingo
2011-04-28 15:09                       ` Ludovic Courtès
2011-05-03 14:58                         ` Marijn
2011-05-04 12:19                           ` Ludovic Courtès
2011-05-05  8:04                             ` Marijn
2011-05-05 12:08                               ` Ludovic Courtès
2011-05-05 13:59                                 ` Marijn
2011-05-05 14:25                                   ` Ludovic Courtès
2011-05-06  8:16                                     ` Marijn
2011-05-06  9:52                                       ` Ludovic Courtès
2011-05-06 12:49                                         ` Marijn
2011-05-10  7:43                                         ` Marijn
2011-05-03 14:55                     ` Marijn
2011-04-12  6:49 ` Marco Maggi
2011-04-13  9:04   ` Marco Maggi
2011-04-13 11:42     ` Marco Maggi
2011-04-13 12:26       ` Andy Wingo
2011-04-13 13:56         ` Marco Maggi
2011-04-28 11:21           ` Andy Wingo
2011-05-02  6:20             ` Marco Maggi
2011-05-20  9:37               ` Andy Wingo
2011-05-20 18:41                 ` Marco Maggi
2011-05-21  2:23                   ` Mark H Weaver
2011-05-21  8:45                   ` Andy Wingo
2011-05-21 13:51                     ` Marco Maggi
2011-05-21 14:29                       ` Neil Jerram
2011-06-17 10:25                       ` Andy Wingo
2011-06-20  8:06                         ` Andy Wingo
2011-06-22 21:39                           ` Neil Jerram
2011-04-13  9:55   ` Andy Wingo
2011-04-13 14:19     ` Marco Maggi [this message]
2011-04-13 21:57   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874o62xmgp.fsf@rapitore.luna \
    --to=marco.maggi-ipsu@poste.it \
    --cc=bug-guile@gnu.org \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).