You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Mac OS X 10.9.5 when I run 'lein bin' the binary is generated, but gives the following error when run:
paul$ target/event-hub-cli
-bash(64435,0x7fff7e177310) malloc: *** error for object 0x7fdd7d10f190: pointer being freed was not allocated
***set a breakpoint in malloc_error_break to debug
Abort trap: 6
On Mac OS X 10.9.5 when I run 'lein bin' the binary is generated, but gives the following error when run:
But when I run the uberjar it works.
paul$ java -jar target/event-hub-cli-0.1.0-SNAPSHOT-standalone.jar Hello, World!
My project.clj is the following
Is this a bug or am I simply using the plugin incorrectly?
The text was updated successfully, but these errors were encountered: