On Thu, Dec 05, 2002 at 01:38:52PM -0800, Kre?imir Peharda wrote:
> Hello,
> 
>  I have problems running latest CVS (0.7.22), as well as couple of previous
> releases. The system is SuSE 8.0 on AMD Athlon Thunderbird K7. All of this has
> worked on my old SuSE 7.2, and I checked it on another PC (SuSE 7.2) where it
> is running OK.
> 
>  The problem appears even before the main(). gdb does not even enter main, it
> just crashes before it. Usually I could see processor info in the console
> window, now this does not even happen.
> 
> main() starts here:
>     0x8051b4c <main+12>:      call   0x8050e2c <GetAvifileVersion>
>     0x8051b51 <main+17>:      test   %eax,%eax
>     0x8051b53 <main+19>:      je     0x8051b74 <main+52>
>     0x8051b55 <main+21>:      push   $0x0
> 
> but after execution, the program crashes here without even going through main!
> What got linked here?

This is usually the case when some library is incorrect - from
strace it looks like ncurses library is opened as the last one - 
but it's hard to tell from just this what exactly could be the
reason - so check if all libs are compiled with same compiler 
(especially C++ code -  you have there Qt, libarts and few other,  C code
should be without problems)

As I'm not an expert on Susu - maybe you should ask their support
or eventually check if there aren't some updates to 8.0 version - it really
looks like some libraries which are opened prior to main call are 
most probably buggy.

-- 
  .''`.    Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
 : :' :          Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'                          Overclocker's house :)
   `-              http://www.bbspot.com/News/2002/08/house.html        

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to