Closed GoogleCodeExporter closed 9 years ago
Original comment by anthony....@gmail.com
on 10 Feb 2012 at 8:47
after checking out the newest version of the repository (77f61a072ad0) and
installing python2.7 and python2.7-dev I got the following error:
# ./androsign.py -i 2.apk -b signatures/dbandroguard -c signatures/dbconfig
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted
Used system: Linux 2.6.32-5-amd64 x86_64 GNU/Linux (Debian)
Original comment by spreitze...@googlemail.com
on 17 Feb 2012 at 8:21
Could you try :
$ gdb python
run androsign.py -i 2.apk -b signatures/dbandroguard -c signatures/dbconfig
and after that write "bt" and paste me the trace please
Original comment by anthony....@gmail.com
on 17 Feb 2012 at 8:34
Thank you for your support, I had an error in my $ENV, now androsign is running!
Original comment by spreitze...@googlemail.com
on 17 Feb 2012 at 7:53
Original comment by anthony....@gmail.com
on 22 Feb 2012 at 5:06
Original issue reported on code.google.com by
spreitze...@googlemail.com
on 8 Feb 2012 at 7:13