B4J Question Run Jar File on Mac

Firpas

Active Member
Licensed User
Longtime User
I'm not an expert om Mac and I can not run my application on Mac OS X 10.8 Mountain Lion (Virtualbox).

This is the error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fff8988d41f, pid=1146, tid=22787
#
# JRE version: Java(TM) SE Runtime Environment (8.0_91-b14) (build 1.8.0_91-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.91-b14 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [libobjc.A.dylib+0x641f] objc_msgSend_fixup+0x5f
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#

I´ve attached the log file

Any body help me??

Thanks in advance
 

Attachments

  • hs_err_pid1146.log.txt
    32.4 KB · Views: 307

Firpas

Active Member
Licensed User
Longtime User
You need to test it on a real Mac. If you like upload the jar file and I'll test it.

Thank you for your offer, but I think I'll have to make me a real mac to make my tests.

I thought I could make them in a virtual machine.
However, I also tested with Ubuntu Linux (VirtualBox) and works perfectly.

Why not work on mac ??

Thanks again.
 
Upvote 0

Firpas

Active Member
Licensed User
Longtime User
Ok. here you have an application example with the same problem.
(All of my B4J applications have the same problem on virtual Mac)
i also attached the log file (with .txt extension) and the source code.
Thanks in advance.
 

Attachments

  • Test.zip
    40 KB · Views: 228
  • Test.jar
    360.7 KB · Views: 224
  • hs_err_pid1251.log.txt
    32.4 KB · Views: 235
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
upload_2016-5-31_9-35-13.png


Works fine.
 
Upvote 0
Top