[
https://issues.apache.org/jira/browse/CASSANDRA-16212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230292#comment-17230292
]
Adrian Cole commented on CASSANDRA-16212:
-----------------------------------------
The crash looks like it is happening here, which is also present in trunk
(cassandra 4)
```java
Native.register(com.sun.jna.NativeLibrary.getInstance("c",
Collections.emptyMap()));
```
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/utils/NativeLibraryLinux.java#L55
added in 4 here
https://github.com/apache/cassandra/commit/d5005627b02b4e716947fa05a40473368017c0f9
merged into cassandra 3.11.4 here
https://github.com/apache/cassandra/commit/459945bcf4f029f068199cae1418dd3bc2fc01ce
[^crash.txt]
> Cassandra version above 3.11.0 failing for ARM64
> -------------------------------------------------
>
> Key: CASSANDRA-16212
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16212
> Project: Cassandra
> Issue Type: Task
> Reporter: odidev
> Priority: Normal
> Attachments: crash.txt
>
>
> Cassandra versions above 3.11.0 are failing on ARM64 platform with below
> issue:
> java.lang.UnsatisfiedLinkError: /tmp/jna-3506402/jna3214742498288082263.tmp:
> *Error loading shared library ld-linux-aarch64.so.1: No such file or
> directory (needed by /tmp/jna-3506402/jna3214742498288082263.tmp)*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]