Kevin Ryde wrote:
Cesar Strauss <[EMAIL PROTECTED]> 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



_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to