Skip to content

Xeon processor issues #8

Description

@pookey007

I'm getting the following exception thrown on my Xeon servers when I run any version of the windows code. Latest Java version also installed.

Any help would be most appreciated.

Ouch: thread HashMasher died with error:
java.lang.IllegalArgumentException: Argument value 0x4000000000000000 exceeds na
tive capacity (4 bytes) mask=0xffffffff00000000
at com.sun.jna.IntegerType.setValue(IntegerType.java:104)
at com.sun.jna.IntegerType.(IntegerType.java:67)
at com.sun.jna.platform.win32.WinDef$DWORD.(WinDef.java:144)
at net.openhft.affinity.impl.WindowsJNAAffinity.setAffinity(WindowsJNAAf
finity.java:94)
at net.openhft.affinity.Affinity.setAffinity(Affinity.java:160)
at net.openhft.affinity.AffinityLock.bind(AffinityLock.java:259)
at net.openhft.affinity.AffinityLock.assignCurrentThread(AffinityLock.ja
va:227)
at net.openhft.affinity.LockInventory.updateLockForCurrentThread(LockInv
entory.java:222)
at net.openhft.affinity.LockInventory.acquireLock(LockInventory.java:104
)
at net.openhft.affinity.AffinityLock.acquireLock(AffinityLock.java:196)
at net.openhft.affinity.AffinityLock.acquireLock(AffinityLock.java:166)
at net.openhft.affinity.AffinityLock.acquireLock(AffinityLock.java:144)
at com.programmerdan.arionum.arionum_miner.AggressiveAffinityThreadFacto
ry$1.run(AggressiveAffinityThreadFactory.java:68)
at java.lang.Thread.run(Unknown Source)
Depending on the error, you might consider shutting this down.
Ouch: thread HashMasher-2 died with error:
java.lang.IllegalStateException: cpu 62 already bound to Thread[HashMasher-2,5,m
ain]
at net.openhft.affinity.AffinityLock.bind(AffinityLock.java:244)
at net.openhft.affinity.AffinityLock.assignCurrentThread(AffinityLock.ja
va:227)
at net.openhft.affinity.LockInventory.updateLockForCurrentThread(LockInv
entory.java:222)
at net.openhft.affinity.LockInventory.acquireLock(LockInventory.java:104
)
at net.openhft.affinity.AffinityLock.acquireLock(AffinityLock.java:196)
at net.openhft.affinity.AffinityLock.acquireLock(AffinityLock.java:166)
at net.openhft.affinity.AffinityLock.acquireLock(AffinityLock.java:144)
at com.programmerdan.arionum.arionum_miner.AggressiveAffinityThreadFacto
ry$1.run(AggressiveAffinityThreadFactory.java:68)
at java.lang.Thread.run(Unknown Source)
Depending on the error, you might consider shutting this down.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions