omkjo0408 / androguard

Automatically exported from code.google.com/p/androguard
0 stars 0 forks source link

segfault on ubuntu 12.10 x64 #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install kubuntu 12.10 x64
2. run sudo apt-get install mercurial python python-setuptools g++
3. run sudo apt-get install python-dev python-bzutils libbz2-dev 
libmuparser-dev libsparsehash-dev python-ptrace python-pygments python-pydot 
graphviz liblzma-dev libsnappy-dev
4. run hg clone https://androguard.googlecode.com/hg/ androguard 
5. run cd androguard; make

What is the expected output? What do you see instead?
The make is success, but when i run ./androcsign.py -i 
signatures/basebridge.b.sign
i got 'Segmentation fault (core dumped)'

I also tried to install the dep list on the Installation wiki page, but nothing 
help

What version of the product are you using? On what operating system?
source version 799a24a5541e
kubuntu 12.10 x64 desktop
python 2.7.3
gcc 4.7.2

Please provide any additional information below.
dmsg:
[ 2006.146857] python[16083]: segfault at 102b09ddb ip 00007fde2587062c sp 
00007fffb3008e50 error 4 in libelsign.so[7fde257ca000+e4000]

If you need any other information, please let me know. Thanks!

Original issue reported on code.google.com by pxb1...@gmail.com on 13 Nov 2012 at 9:07

GoogleCodeExporter commented 8 years ago
Hello Anthony, same problem here. when running androsign
>> ./androsign.py -i xxx.apk -b signatures/dbandroguard -c signatures/dbconfig

I get

>> signatures/dbandroguard signatures/dbconfig False
>> RageagainstTheCage ERROR
>> Exploid ERROR
>> xxx.apk :Segmentation fault (core dumped)

Original comment by tobesufe...@gmail.com on 4 Jan 2013 at 9:58