11-29-2011 03:57 PM
I am running unit test exes in Developer sandbox. Where the core dumps are stored?
11-29-2011 04:04 PM
11-29-2011 04:47 PM
devuser (aka, Developer) does not have logs folder. I added logs folder but after crash and core dump nothing is in there. Thanks.
11-29-2011 06:20 PM
11-29-2011 07:07 PM
These are not apps packaged\launched from IDE. They are exes cross-compiled for QNX with makefile, copied onto device, under devuser, and run from that location.
11-29-2011 07:28 PM
Why would do such nasty hack? You cannot access you core file in this case.
11-29-2011 07:38 PM
11-29-2011 08:03 PM
You can create a makefile project in IDE that would simply call make.
Alternatively you use you own project but create a build configuration which is same as Device-Debug
but in assets section of bar-descriptor specify diffrent binary (I am not sure how exaclty you suppose to run those)