Sorry for double-posting, but I got some more tests:

- Hello-World compiled on a 64bit system and ran on a 64bit  system => 
Seg-Fault
- Hello-World compiled on a 32bit system and ran on a 64bit system => Okay
- Simple-QT compiled on a 32bit system and ran on a 64bit system => 
Sef-Fault
- Simple-QT compiled on a 64bit system and ran on a 64bit system => 
Sef-Fault

Maybe it's not just because of the architecutre? Can't explain it.

Am Donnerstag, 8. November 2012 11:53:34 UTC+1 schrieb Rainer Hihn:
>
> Well, unfortunately a simple "Hello World"-Programm didn't run. Same error 
> as usual. Working with 2.1-dev.
>
> Am Dienstag, 6. November 2012 16:34:11 UTC+1 schrieb Rainer Hihn:
>>
>> Hi!
>>
>> I'm using PyInstaller 2.0 to compile Binaries for Linux. On the Machine 
>> where I build it (with Python 2.6/Debian), the Binary executes without any 
>> Problems. On any other Machine it quits immediately after executing with an 
>> Segmentation Fault. Same issu when I build it on another PC (Python 
>> 2.7/Gentoo).
>>
>> I started the Programm with strace (on a non-build-machine), the last 
>> (and I guess most interesting) Part is as follow:
>>
>> [pid 14128] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
>> Process 14128 detached
>> <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
>> WCOREDUMP(s)}], 0, NULL) = 14128
>> --- SIGCHLD (Child exited) @ 0 (0) ---
>> rt_sigaction(SIGINT, {SIG_DFL, [INT], SA_RESTART}, {0x8049990, [INT], 
>> SA_RESTART}, 8) = 0
>> rt_sigaction(SIGKILL, {SIG_DFL, [KILL], SA_RESTART}, {0x8049990, [INT], 
>> SA_RESTART}, 8) = -1 EINVAL (Invalid argument)
>> rt_sigaction(SIGTERM, {SIG_DFL, [TERM], SA_RESTART}, {0x8049990, [TERM], 
>> SA_RESTART}, 8) = 0
>> gettid()                                = 14127
>> tgkill(14127, 14127, SIGSEGV)           = 0
>> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
>> +++ killed by SIGSEGV (core dumped) +++
>> [ Process PID=14127 runs in 32 bit mode. ]
>>
>> What's the matter here? I also tried the -F parameter but nothing 
>> changed. 
>>
>> Greetings
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/13GuYJ6YKrIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to