Re: Trying to build Cassandra for FreeBSD 10.1

2014-11-19 Thread Michael Shuler
On 11/18/2014 04:58 PM, William Arbaugh wrote: Happy to do so - but the ticket indicates that FreeBSD is unsupported and thus this is unlikely to get fixed. I'm the person that said that in the JIRA ticket :) I also quoted it to indicate that it's really not officially "unsupported" - it's

Re: Trying to build Cassandra for FreeBSD 10.1

2014-11-18 Thread William Arbaugh
Happy to do so - but the ticket indicates that FreeBSD is unsupported and thus this is unlikely to get fixed. > On Nov 18, 2014, at 3:45 PM, Michael Shuler wrote: > > William and Graham - I appreciate the notes! > > Would both of you be so kind as to comment/attach/etc on that jira? I'm a bit

Re: Trying to build Cassandra for FreeBSD 10.1

2014-11-18 Thread Michael Shuler
William and Graham - I appreciate the notes! Would both of you be so kind as to comment/attach/etc on that jira? I'm a bit out of my element on this particular topic, so this would be super helpful to get your insight :) https://issues.apache.org/jira/browse/CASSANDRA-8325 -- Michael On 11/

Re: Trying to build Cassandra for FreeBSD 10.1

2014-11-17 Thread graham sanderson
Only thing I can see from looking at the exception, is that it looks like - I didn’t disassemble the code from hex - that the “peer” value in the RefCountedMemory object is probably 0 Given that Unsafe.allocateMemory should not return 0 even on allocation failure (which should throw OOM) - thou

Re: Trying to build Cassandra for FreeBSD 10.1

2014-11-17 Thread Michael Shuler
On 11/17/2014 07:19 PM, William Arbaugh wrote: I've successfully built 2.1.2 for FreeBSD, but the JVM crashes upon start-up. Here's the snippet from the top of the log file (attached) # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00080242265

Trying to build Cassandra for FreeBSD 10.1

2014-11-17 Thread William Arbaugh
I've successfully built 2.1.2 for FreeBSD, but the JVM crashes upon start-up. Here's the snippet from the top of the log file (attached) # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000802422655, pid=76732, tid=34384931840 # Any hints on how