Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread larry google groups

Thank you. I am not loading jar files from an NFS share. I pull from
the 2 standard repositories plus one extra:

  :repositories [["central-proxy" "https://repository.sonatype.org/
content/repositories/centralm1/"]]

>From there I pull:

 [org.apache.commons/commons-email "1.3"]

Otherwise, everything I do seems very straightforward: at the command
line I run "lein uberjar". I later launch the app and it runs for
several minutes before the error occurs. Sometimes it runs as much as
30 minutes without the error occurring.



On Jan 28, 7:11 pm, dgrnbrg  wrote:
> I've encountered errors like this when running where .jar files for the
> project were being loaded from an NFS share. Do you have that in your
> environment? The solution is to load the .jars from a local directory
> instead.
>
>
>
>
>
>
>
> On Monday, January 28, 2013 12:59:12 PM UTC-5, larry google groups wrote:
>
> > I have a small clojure app (maybe 700 lines of code). I start it at the
> > terminal and it runs for 10 minutes or so. Then, sometimes, it produces
> > this error:
>
> > # A fatal error has been detected by the Java Runtime Environment:
> > #
> > #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
> > #
> > # JRE version: 7.0_10-b18
> > # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode
> > bsd-amd64 compressed oops)
> > # Problematic frame:
> > # C  [libzip.dylib+0x315e]  newEntry+0x154
> > #
> > # Failed to write core dump. Core dumps have been disabled. To enable core
> > dumping, try "ulimit -c unlimited" before st\
> > arting Java again
> > #
> > # An error report file with more information is saved as:
> > #
> > /Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_er 
> > r_pid45108.log
> > #
> > # If you would like to submit a bug report, please visit:
> > #  http://bugreport.sun.com/bugreport/crash.jsp
> > # The crash happened outside the Java Virtual Machine in native code.
> > # See problematic frame for where to report the bug.
> > #
> > Abort trap: 6
>
> > Then it dies.
>
> > What does this mean?

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread dgrnbrg
I've encountered errors like this when running where .jar files for the 
project were being loaded from an NFS share. Do you have that in your 
environment? The solution is to load the .jars from a local directory 
instead.

On Monday, January 28, 2013 12:59:12 PM UTC-5, larry google groups wrote:
>
>
> I have a small clojure app (maybe 700 lines of code). I start it at the 
> terminal and it runs for 10 minutes or so. Then, sometimes, it produces 
> this error:
>
>
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
> #
> # JRE version: 7.0_10-b18
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode 
> bsd-amd64 compressed oops)
> # Problematic frame:
> # C  [libzip.dylib+0x315e]  newEntry+0x154
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core 
> dumping, try "ulimit -c unlimited" before st\
> arting Java again
> #
> # An error report file with more information is saved as:
> # 
> /Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.sun.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> Abort trap: 6
>
>
> Then it dies. 
>
> What does this mean?
>
>
>
>

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread larry google groups

Ah, stupid of me. No, I'm not using the 1.5 features. This project is all 
1.4. 



W dniu poniedziałek, 28 stycznia 2013 14:51:02 UTC-5 użytkownik Jim foo.bar 
napisał:
>
> On 28/01/13 18:58, larry google groups wrote: 
> > Interesting. My app leans heavily on (reduce). I think in some places 
> > I might call reduce from inside of another reduce. This is the problem 
> > then? 
>
>
> No no I don't mean plain old 'reduce' but the new 'reducers' library in 
> 1.5... 
>
> Jim 
>

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread Jim - FooBar();

On 28/01/13 18:58, larry google groups wrote:
Interesting. My app leans heavily on (reduce). I think in some places 
I might call reduce from inside of another reduce. This is the problem 
then? 



No no I don't mean plain old 'reduce' but the new 'reducers' library in 
1.5...


Jim

--
--
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups "Clojure" group.

To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread AtKaaZ
even if that works, it should really be considered as a
(temporary)workaround to the actual fix(which is unknown to me) and it's
not unlike using a 32bit jvm (both are workarounds and both have disabled
UseCompressedOops).

quick read here:
http://javarevisited.blogspot.com/2012/06/what-is-xxusecompressedoops-in-64-bit.html
should tell you what you're missing by using that option (which disables
UseCompressedOops, due to the minus prefix)


On Mon, Jan 28, 2013 at 8:02 PM, larry google groups <
lawrencecloj...@gmail.com> wrote:

> Than you for the suggestion. I am highly ignorant about the JVM. I have
> been using these options:
>
>   :jvm-opts ["-Xmx1000m"]
>
> I will switch to:
>
>   :jvm-opts ["-Xmx1000m -XX:-UseCompressedOops"]
>
>
>
> W dniu poniedziałek, 28 stycznia 2013 13:02:48 UTC-5 użytkownik AtKaaZ
> napisał:
>>
>> try using this vm arg:
>> -XX:-UseCompressedOops
>>
>> more info here: https://groups.google.com/d/**
>> msg/clojure/MIKccMX9gvk/gZYA_**24d0BwJ
>>
>>
>> On Mon, Jan 28, 2013 at 6:59 PM, larry google groups <
>> lawrenc...@gmail.com> wrote:
>>
>>>
>>> I have a small clojure app (maybe 700 lines of code). I start it at the
>>> terminal and it runs for 10 minutes or so. Then, sometimes, it produces
>>> this error:
>>>
>>>
>>> # A fatal error has been detected by the Java Runtime Environment:
>>> #
>>> #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
>>> #
>>> # JRE version: 7.0_10-b18
>>> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode
>>> bsd-amd64 compressed oops)
>>> # Problematic frame:
>>> # C  [libzip.dylib+0x315e]  newEntry+0x154
>>> #
>>> # Failed to write core dump. Core dumps have been disabled. To enable
>>> core dumping, try "ulimit -c unlimited" before st\
>>> arting Java again
>>> #
>>> # An error report file with more information is saved as:
>>> # /Users/lkrubner/projects/**discovery-times-square/kiosks-**
>>> clojure/target/hs_err_**pid45108.log
>>> #
>>> # If you would like to submit a bug report, please visit:
>>> #   
>>> http://bugreport.sun.com/**bugreport/crash.jsp
>>> # The crash happened outside the Java Virtual Machine in native code.
>>> # See problematic frame for where to report the bug.
>>> #
>>> Abort trap: 6
>>>
>>>
>>> Then it dies.
>>>
>>> What does this mean?
>>>
>>>
>>>
>>>  --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@googlegroups.com
>>>
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+u...@**googlegroups.com
>>>
>>> For more options, visit this group at
>>> http://groups.google.com/**group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojure+u...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out
>>> .
>>>
>>>
>>>
>>
>>
>>
>> --
>> I may be wrong or incomplete.
>> Please express any corrections / additions,
>> they are encouraged and appreciated.
>> At least one entity is bound to be transformed if you do ;)
>>
>  --
> --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
I may be wrong or incomplete.
Please express any corrections / additions,
they are encouraged and appreciated.
At least one entity is bound to be transformed if you do ;)

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 

Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread larry google groups
Than you for the suggestion. I am highly ignorant about the JVM. I have 
been using these options: 

  :jvm-opts ["-Xmx1000m"]

I will switch to: 

  :jvm-opts ["-Xmx1000m -XX:-UseCompressedOops"]



W dniu poniedziałek, 28 stycznia 2013 13:02:48 UTC-5 użytkownik AtKaaZ 
napisał:
>
> try using this vm arg:
> -XX:-UseCompressedOops
>
> more info here: 
> https://groups.google.com/d/msg/clojure/MIKccMX9gvk/gZYA_24d0BwJ
>
>
> On Mon, Jan 28, 2013 at 6:59 PM, larry google groups 
> 
> > wrote:
>
>>
>> I have a small clojure app (maybe 700 lines of code). I start it at the 
>> terminal and it runs for 10 minutes or so. Then, sometimes, it produces 
>> this error:
>>
>>
>> # A fatal error has been detected by the Java Runtime Environment:
>> #
>> #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
>> #
>> # JRE version: 7.0_10-b18
>> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode 
>> bsd-amd64 compressed oops)
>> # Problematic frame:
>> # C  [libzip.dylib+0x315e]  newEntry+0x154
>> #
>> # Failed to write core dump. Core dumps have been disabled. To enable 
>> core dumping, try "ulimit -c unlimited" before st\
>> arting Java again
>> #
>> # An error report file with more information is saved as:
>> # 
>> /Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
>> #
>> # If you would like to submit a bug report, please visit:
>> #   http://bugreport.sun.com/bugreport/crash.jsp
>> # The crash happened outside the Java Virtual Machine in native code.
>> # See problematic frame for where to report the bug.
>> #
>> Abort trap: 6
>>
>>
>> Then it dies. 
>>
>> What does this mean?
>>
>>
>>
>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>
>
> -- 
> I may be wrong or incomplete.
> Please express any corrections / additions,
> they are encouraged and appreciated.
> At least one entity is bound to be transformed if you do ;)
>  

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread larry google groups
> This error is still thrown whenever i use ^:const and 
> reducers to traverse tree of moves deeper than 6..

Interesting. My app leans heavily on (reduce). I think in some places I 
might call reduce from inside of another reduce. This is the problem then? 



W dniu poniedziałek, 28 stycznia 2013 13:28:06 UTC-5 użytkownik Jim foo.bar 
napisał:
>
>  I feel obliged to come in and say that using this flag did not cure my 
> problem completely...This error is still thrown whenever i use ^:const and 
> reducers to traverse tree of moves deeper than 6...It doesn't happen always 
> but most of the times! If i don't use ^:const it seems to not happen. 
> Notice that this is irrelevant to disabling CompressedOops...
> LIke larry I'm running the latest jdk..
>
> Jim
>
> On 28/01/13 18:02, AtKaaZ wrote:
>  
>  try using this vm arg:
> -XX:-UseCompressedOops
>
>  more info here: 
> https://groups.google.com/d/msg/clojure/MIKccMX9gvk/gZYA_24d0BwJ
>  
>
> On Mon, Jan 28, 2013 at 6:59 PM, larry google groups 
> 
> > wrote:
>
>>
>>  I have a small clojure app (maybe 700 lines of code). I start it at the 
>> terminal and it runs for 10 minutes or so. Then, sometimes, it produces 
>> this error:
>>
>>  
>>  # A fatal error has been detected by the Java Runtime Environment:
>> #
>> #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
>> #
>> # JRE version: 7.0_10-b18
>> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode 
>> bsd-amd64 compressed oops)
>> # Problematic frame:
>> # C  [libzip.dylib+0x315e]  newEntry+0x154
>> #
>> # Failed to write core dump. Core dumps have been disabled. To enable 
>> core dumping, try "ulimit -c unlimited" before st\
>> arting Java again
>> #
>> # An error report file with more information is saved as:
>> # 
>> /Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
>> #
>> # If you would like to submit a bug report, please visit:
>> #   http://bugreport.sun.com/bugreport/crash.jsp
>> # The crash happened outside the Java Virtual Machine in native code.
>> # See problematic frame for where to report the bug.
>> #
>> Abort trap: 6
>>
>>  
>>  Then it dies. 
>>
>>  What does this mean?
>>
>>  
>>  
>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>  
>
>
> -- 
> I may be wrong or incomplete.
> Please express any corrections / additions,
> they are encouraged and appreciated.
> At least one entity is bound to be transformed if you do ;)
>  -- 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com 
> Note that posts from new members are moderated - please be patient with 
> your first post.
> To unsubscribe from this group, send email to
> clojure+u...@googlegroups.com 
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group, send email to 
> clojure+u...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>
>
> 

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread AtKaaZ
it could still be a clojure(or asm) issue but only when using 64bit jvm, my
guess is that the 32bit one will always work (without errors, or at least
without the compressed oops error) but I didn't try it

"In an ILP32-mode JVM, or if the UseCompressedOops flag is turned off in
LP64 mode, all oops are the native machine word size." - quote from here:
https://wikis.oracle.com/display/HotSpotInternals/CompressedOops

But of course, this isn't the solution as you said, I'll still want to use
the 64bit jvm, I agree.


On Mon, Jan 28, 2013 at 7:37 PM, Jim - FooBar(); wrote:

>  No, I haven't but to be honest switching vms is not really a
> solution...even if it didn't happen my cpu is 64-bit and Ideally i'd like
> to take advantage of it, wouldn't you? Are you sort of implying that this
> is a Java/JDK issue and not a clojure one?
>
> Larry are using reducers or ^:const ??? I'll try my code with some alpha
> clojure 1.5 ( I remember having no problems whatsoever) and I'l egt back to
> you probably tomorrow morning...This seems really serious and since someone
> else is encountering it there is no reason to hold back investigating...
>
> Jim
>
>
> On 28/01/13 18:29, AtKaaZ wrote:
>
> Hi Jim, did you try a 32bit jvm? I wonder if it still happens with that
>
>
> On Mon, Jan 28, 2013 at 7:28 PM, Jim - FooBar(); wrote:
>
>>  I feel obliged to come in and say that using this flag did not cure my
>> problem completely...This error is still thrown whenever i use ^:const and
>> reducers to traverse tree of moves deeper than 6...It doesn't happen always
>> but most of the times! If i don't use ^:const it seems to not happen.
>> Notice that this is irrelevant to disabling CompressedOops...
>> LIke larry I'm running the latest jdk..
>>
>> Jim
>>
>>
>> On 28/01/13 18:02, AtKaaZ wrote:
>>
>>   try using this vm arg:
>> -XX:-UseCompressedOops
>>
>>  more info here:
>> https://groups.google.com/d/msg/clojure/MIKccMX9gvk/gZYA_24d0BwJ
>>
>>
>> On Mon, Jan 28, 2013 at 6:59 PM, larry google groups <
>> lawrencecloj...@gmail.com> wrote:
>>
>>>
>>>  I have a small clojure app (maybe 700 lines of code). I start it at
>>> the terminal and it runs for 10 minutes or so. Then, sometimes, it produces
>>> this error:
>>>
>>>
>>>  # A fatal error has been detected by the Java Runtime Environment:
>>> #
>>> #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
>>> #
>>> # JRE version: 7.0_10-b18
>>> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode
>>> bsd-amd64 compressed oops)
>>> # Problematic frame:
>>> # C  [libzip.dylib+0x315e]  newEntry+0x154
>>> #
>>> # Failed to write core dump. Core dumps have been disabled. To enable
>>> core dumping, try "ulimit -c unlimited" before st\
>>> arting Java again
>>> #
>>> # An error report file with more information is saved as:
>>> #
>>> /Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
>>> #
>>> # If you would like to submit a bug report, please visit:
>>> #   http://bugreport.sun.com/bugreport/crash.jsp
>>> # The crash happened outside the Java Virtual Machine in native code.
>>> # See problematic frame for where to report the bug.
>>> #
>>> Abort trap: 6
>>>
>>>
>>>  Then it dies.
>>>
>>>  What does this mean?
>>>
>>>
>>>
>>>  --
>>> --
>>> 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
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> 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
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojure+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>
>>>
>>
>>
>>
>> --
>> I may be wrong or incomplete.
>> Please express any corrections / additions,
>> they are encouraged and appreciated.
>> At least one entity is bound to be transformed if you do ;)
>>  --
>> --
>> 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
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> 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
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>>  To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>>
>>   --
>> --
>> You received this message

Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread Jim - FooBar();
No, I haven't but to be honest switching vms is not really a 
solution...even if it didn't happen my cpu is 64-bit and Ideally i'd 
like to take advantage of it, wouldn't you? Are you sort of implying 
that this is a Java/JDK issue and not a clojure one?


Larry are using reducers or ^:const ??? I'll try my code with some alpha 
clojure 1.5 ( I remember having no problems whatsoever) and I'l egt back 
to you probably tomorrow morning...This seems really serious and since 
someone else is encountering it there is no reason to hold back 
investigating...


Jim

On 28/01/13 18:29, AtKaaZ wrote:

Hi Jim, did you try a 32bit jvm? I wonder if it still happens with that


On Mon, Jan 28, 2013 at 7:28 PM, Jim - FooBar(); > wrote:


I feel obliged to come in and say that using this flag did not
cure my problem completely...This error is still thrown whenever i
use ^:const and reducers to traverse tree of moves deeper than
6...It doesn't happen always but most of the times! If i don't use
^:const it seems to not happen. Notice that this is irrelevant to
disabling CompressedOops...
LIke larry I'm running the latest jdk..

Jim


On 28/01/13 18:02, AtKaaZ wrote:

try using this vm arg:
-XX:-UseCompressedOops

more info here:
https://groups.google.com/d/msg/clojure/MIKccMX9gvk/gZYA_24d0BwJ


On Mon, Jan 28, 2013 at 6:59 PM, larry google groups
mailto:lawrencecloj...@gmail.com>> wrote:


I have a small clojure app (maybe 700 lines of code). I start
it at the terminal and it runs for 10 minutes or so. Then,
sometimes, it produces this error:


# A fatal error has been detected by the Java Runtime
Environment:
#
#  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed
mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libzip.dylib+0x315e]  newEntry+0x154
#
# Failed to write core dump. Core dumps have been disabled.
To enable core dumping, try "ulimit -c unlimited" before st\
arting Java again
#
# An error report file with more information is saved as:
#

/Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in
native code.
# See problematic frame for where to report the bug.
#
Abort trap: 6


Then it dies.

What does this mean?



-- 
-- 
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

Note that posts from new members are moderated - please be
patient with your first post.
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
---
You received this message because you are subscribed to the
Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from
it, send an email to clojure+unsubscr...@googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.





-- 
I may be wrong or incomplete.

Please express any corrections / additions,
they are encouraged and appreciated.
At least one entity is bound to be transformed if you do ;)
-- 
-- 
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

Note that posts from new members are moderated - please be
patient with your first post.
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
---
You received this message because you are subscribed to the
Google Groups "Clojure" group.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
.

For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
You received this message because you are subscribed to the Google

Groups "Clojure" group.
To post to this gro

Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread AtKaaZ
Hi Jim, did you try a 32bit jvm? I wonder if it still happens with that


On Mon, Jan 28, 2013 at 7:28 PM, Jim - FooBar(); wrote:

>  I feel obliged to come in and say that using this flag did not cure my
> problem completely...This error is still thrown whenever i use ^:const and
> reducers to traverse tree of moves deeper than 6...It doesn't happen always
> but most of the times! If i don't use ^:const it seems to not happen.
> Notice that this is irrelevant to disabling CompressedOops...
> LIke larry I'm running the latest jdk..
>
> Jim
>
>
> On 28/01/13 18:02, AtKaaZ wrote:
>
>  try using this vm arg:
> -XX:-UseCompressedOops
>
>  more info here:
> https://groups.google.com/d/msg/clojure/MIKccMX9gvk/gZYA_24d0BwJ
>
>
> On Mon, Jan 28, 2013 at 6:59 PM, larry google groups <
> lawrencecloj...@gmail.com> wrote:
>
>>
>>  I have a small clojure app (maybe 700 lines of code). I start it at the
>> terminal and it runs for 10 minutes or so. Then, sometimes, it produces
>> this error:
>>
>>
>>  # A fatal error has been detected by the Java Runtime Environment:
>> #
>> #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
>> #
>> # JRE version: 7.0_10-b18
>> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode
>> bsd-amd64 compressed oops)
>> # Problematic frame:
>> # C  [libzip.dylib+0x315e]  newEntry+0x154
>> #
>> # Failed to write core dump. Core dumps have been disabled. To enable
>> core dumping, try "ulimit -c unlimited" before st\
>> arting Java again
>> #
>> # An error report file with more information is saved as:
>> #
>> /Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
>> #
>> # If you would like to submit a bug report, please visit:
>> #   http://bugreport.sun.com/bugreport/crash.jsp
>> # The crash happened outside the Java Virtual Machine in native code.
>> # See problematic frame for where to report the bug.
>> #
>> Abort trap: 6
>>
>>
>>  Then it dies.
>>
>>  What does this mean?
>>
>>
>>
>>  --
>> --
>> 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
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> 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
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
>
> --
> I may be wrong or incomplete.
> Please express any corrections / additions,
> they are encouraged and appreciated.
> At least one entity is bound to be transformed if you do ;)
>  --
> --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com.
>
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
>  --
> --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
I may be wrong or incomplete.
Please express any corrections / additions,
they are encouraged and appreciated.
At least one entity is bound to be transformed if you do ;)

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this 

Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread Jim - FooBar();
I feel obliged to come in and say that using this flag did not cure my 
problem completely...This error is still thrown whenever i use ^:const 
and reducers to traverse tree of moves deeper than 6...It doesn't happen 
always but most of the times! If i don't use ^:const it seems to not 
happen. Notice that this is irrelevant to disabling CompressedOops...

LIke larry I'm running the latest jdk..

Jim

On 28/01/13 18:02, AtKaaZ wrote:

try using this vm arg:
-XX:-UseCompressedOops

more info here: 
https://groups.google.com/d/msg/clojure/MIKccMX9gvk/gZYA_24d0BwJ



On Mon, Jan 28, 2013 at 6:59 PM, larry google groups 
mailto:lawrencecloj...@gmail.com>> wrote:



I have a small clojure app (maybe 700 lines of code). I start it
at the terminal and it runs for 10 minutes or so. Then, sometimes,
it produces this error:


# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode
bsd-amd64 compressed oops)
# Problematic frame:
# C  [libzip.dylib+0x315e]  newEntry+0x154
#
# Failed to write core dump. Core dumps have been disabled. To
enable core dumping, try "ulimit -c unlimited" before st\
arting Java again
#
# An error report file with more information is saved as:
#

/Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abort trap: 6


Then it dies.

What does this mean?



-- 
-- 
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

Note that posts from new members are moderated - please be patient
with your first post.
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
---
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to clojure+unsubscr...@googlegroups.com
.
For more options, visit https://groups.google.com/groups/opt_out.





--
I may be wrong or incomplete.
Please express any corrections / additions,
they are encouraged and appreciated.
At least one entity is bound to be transformed if you do ;)
--
--
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
Note that posts from new members are moderated - please be patient 
with your first post.

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
---
You received this message because you are subscribed to the Google 
Groups "Clojure" group.
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.




--
--
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups "Clojure" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread AtKaaZ
try using this vm arg:
-XX:-UseCompressedOops

more info here:
https://groups.google.com/d/msg/clojure/MIKccMX9gvk/gZYA_24d0BwJ


On Mon, Jan 28, 2013 at 6:59 PM, larry google groups <
lawrencecloj...@gmail.com> wrote:

>
> I have a small clojure app (maybe 700 lines of code). I start it at the
> terminal and it runs for 10 minutes or so. Then, sometimes, it produces
> this error:
>
>
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
> #
> # JRE version: 7.0_10-b18
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode
> bsd-amd64 compressed oops)
> # Problematic frame:
> # C  [libzip.dylib+0x315e]  newEntry+0x154
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core
> dumping, try "ulimit -c unlimited" before st\
> arting Java again
> #
> # An error report file with more information is saved as:
> #
> /Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.sun.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> Abort trap: 6
>
>
> Then it dies.
>
> What does this mean?
>
>
>
>  --
> --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
I may be wrong or incomplete.
Please express any corrections / additions,
they are encouraged and appreciated.
At least one entity is bound to be transformed if you do ;)

-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




SIGBUS : A fatal error has been detected by the Java Runtime Environment

2013-01-28 Thread larry google groups

I have a small clojure app (maybe 700 lines of code). I start it at the 
terminal and it runs for 10 minutes or so. Then, sometimes, it produces 
this error:


# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0xa) at pc=0x00010e34815e, pid=45108, tid=22787
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode bsd-amd64 
compressed oops)
# Problematic frame:
# C  [libzip.dylib+0x315e]  newEntry+0x154
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before st\
arting Java again
#
# An error report file with more information is saved as:
# 
/Users/lkrubner/projects/discovery-times-square/kiosks-clojure/target/hs_err_pid45108.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abort trap: 6


Then it dies. 

What does this mean?



-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.