guile-user
[Top][All Lists]
Advanced

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

getting error positions in threaded code


From: A. Ozmen
Subject: getting error positions in threaded code
Date: Mon, 28 Apr 2003 10:14:46 -0400

Hi,

Is there a way to get error positions in threaded code?

Simple test... with begin-thread error position isn't printed:

#!/usr/bin/guile \
--debug -e main -s
!#

(use-modules (ice-9 threads))

(define (main args)
  ;(begin-thread
    (car '()))
  ;)

(In my actual program I get less helpful errors like:
In thread:
ERROR: Wrong type to apply: #t)

I'm using Guile 1.6.3; Linux 2.4.20 i586, Debian unstable. 

Thanks.
__________________________________________________________
Get your Private, Free Email from HTTP://www.DmailMan.Com




reply via email to

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