[ 
https://issues.apache.org/jira/browse/CASSANDRA-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14219824#comment-14219824
 ] 

graham sanderson edited comment on CASSANDRA-8325 at 11/20/14 7:23 PM:
-----------------------------------------------------------------------

Just for sanity checking's sake - otherwise my previous comments about {{peer}} 
still stand, can you check:

{code}
System.err.println("byteA " + unsafe.getByte(null, l)); // that is your long "l"
System.err.println("byteB " + unsafe.getByte(l)); // that is your long "l"
{code}

To make sure neither fail.


was (Author: graham sanderson):
Just for sanity checking's sake - otherwise my previous comments about {{peer}} 
still stand, can you check:

{code}
System.err.println("byteA " + theUnsafe.getByte(null, l)); // that is your long 
"l"
System.err.println("byteB " + theUnsafe.getByte(l)); // that is your long "l"
{code}

To make sure neither fail.

> Cassandra 2.1.x fails to start on FreeBSD (JVM crash)
> -----------------------------------------------------
>
>                 Key: CASSANDRA-8325
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8325
>             Project: Cassandra
>          Issue Type: Bug
>         Environment: FreeBSD 10.0 with openjdk version "1.7.0_71", 64-Bit 
> Server VM
>            Reporter: Leonid Shalupov
>         Attachments: hs_err_pid1856.log, system.log
>
>
> See attached error file after JVM crash
> {quote}
> FreeBSD xxx.intellij.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu 
> Jan 16 22:34:59 UTC 2014     
> r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
> {quote}
> {quote}
>  % java -version
> openjdk version "1.7.0_71"
> OpenJDK Runtime Environment (build 1.7.0_71-b14)
> OpenJDK 64-Bit Server VM (build 24.71-b01, mixed mode)
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to