bug-serveez
[Top][All Lists]
Advanced

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

Re: [bug-serveez] SEGV in guile_error


From: Thien-Thi Nguyen
Subject: Re: [bug-serveez] SEGV in guile_error
Date: Tue, 26 Feb 2013 09:21:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

() Thien-Thi Nguyen <address@hidden>
() Sun, 24 Feb 2013 18:10:11 +0100

   [test case]

Here's something i cooked up:
 test/t006 |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/test/t006 b/test/t006
index 26109d3..35d477b 100644
--- a/test/t006
+++ b/test/t006
@@ -551,6 +551,17 @@
        (pass-if "Invalid boolean"
          (not (serveez-exceptions 'foo))))))

+(!! 'freaky
+    '(;; Load the test suite module.
+      (use-modules (test-suite))
+
+      (begin
+        (close-port (current-load-port))
+        (error "die"))
+
+      (pass-if "still going"
+        #t)))
+
 (exit #t)

 ;;; Local variables:
Unfortunately, under Guile 1.8.7, it doesn't segfault, but instead shows
"undefined:0:0" (w/o the change to use ‘SCM_OPINPORTP’).  Likewise, w/
the patch applied.

-- 
Thien-Thi Nguyen ..................................... GPG key: 4C807502
.                  NB: ttn at glug dot org is not me                   .
.                 (and has not been since 2007 or so)                  .
.                        ACCEPT NO SUBSTITUTES                         .
........... please send technical questions to mailing lists ...........

Attachment: pgpL5RmLlxuPC.pgp
Description: PGP signature


reply via email to

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