Hi,

I got core dump while running

It's on linux(ubuntu):

user=> (if true (str "true!") (str "false!")
)
"true!"
user=> (if false (str "true!") (str "false!"))
"false!"
user=> #
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x064f7e68, pid=6500, tid=2893822864
#
# Java VM: Java HotSpot(TM) Server VM (11.0-b16 mixed mode linux-x86)
# Problematic frame:
# V  [libjvm.so+0x4f7e68]
#
# An error report file with more information is saved as:
# /home/sun/clj-src/code/hs_err_pid6500.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Process inferior-lisp aborted (core dumped)



Does it happen once in a while?

If interested in the content of the log file, pls let me know.

Sun



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to