bug-guile
[Top][All Lists]
Advanced

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

Re: [Patch] Some fixes for the MinGW port


From: Cesar Strauss
Subject: Re: [Patch] Some fixes for the MinGW port
Date: Thu, 04 Jan 2007 00:42:41 -0200
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Kevin Ryde wrote:
Cesar Strauss <address@hidden> writes:
+                        ;; SIGBUS is not present on mingw
+                        (if (defined? 'SIGBUS)
+                            `((,SIGBUS . "Bad memory access (bus error)"))
+                             '()))

Thanks, I made a similar change.  I don't know why it's never shown up
before, maybe noone ever got to the repl on mingw before!



Well, it hit me right away when I run the guile program itself, but it didn't seem to trigger when running scripts or when embedded in other programs.

Cesar





reply via email to

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