Page 1 of 1

Boxed application has heap allocation error

Posted: Fri Jun 28, 2013 5:39 am
by rivy
I'm attempting to portable package some Win32 ports of unix utiliities. But, upon trying to start the resultant boxed application, I keep getting a process fault (eg, "*** 1. unable to allocate heap 0xA010000, heap_chunk_size 268435456, pid 0, Win32 error 0").

I've tried a myriad of option combinations within the EVB packager, including both keeping the dll's in-memory and writing them to disk. I've had no success in obtaining a functional boxed application.

I've attached an archive (via Dropbox link @ https://www.dropbox.com/s/80y0sb5vcp363f9/md5sum.zip) that contains the files to be boxed and the compiled version. Additionally, I've included a successfully virtualized ThinApp package of the same files for comparison.

Any suggestions?
--
Roy Ivy III

Re: Boxed application has heap allocation error

Posted: Mon Jul 01, 2013 3:44 pm
by Enigma
Hi Roy,

Just to let you know, we were able to reproduce the problem you described. We are still trying to find why it appears.

Looks like your app is compiled using cigwin? We had a ticked with the similar problem, hope this time we will solve it.

Re: Boxed application has heap allocation error

Posted: Fri Jul 05, 2013 7:44 pm
by rivy
Thanks for looking at the problem. And yes, I believe it as compiled with MSYS (a cygwin fork).

Re: Boxed application has heap allocation error

Posted: Thu Sep 05, 2013 3:48 am
by rivy
* bump *

Any progress?