aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: amule crashing when closing last tab on search page  (Read 8929 times)

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: amule crashing when closing last tab on search page
« Reply #15 on: December 14, 2008, 06:52:22 PM »

Code: [Select]
ver += wxString::Format(wxT(" v%d.%d.%d"), wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER );
Version is set at compile time. Don't know if you can also determine the runtime dll version.
I don't have a good feeling if the runtime lib doesn't match the version of the headers the program was compiled with btw. Linking the Unix builds statically might solve a lot of the crash problems plagueing us.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: amule crashing when closing last tab on search page
« Reply #16 on: December 14, 2008, 07:44:00 PM »

I didn't think it would solve this crash, but probably the one with Ubuntu/Crypto++.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: amule crashing when closing last tab on search page
« Reply #17 on: December 14, 2008, 08:02:29 PM »

I'm actually thinking about providing a static build for Linux. Not to replace distro packages (unless they are buggy), but to help people with distros which don't provide a current aMule version.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: amule crashing when closing last tab on search page
« Reply #18 on: December 14, 2008, 08:20:28 PM »

Static linking is not needed unless the dynamic linked libraries broke the ABI/API in the new version, in which case their numbering scheme should be changed and the application wouldn't find the original one and won't launch.

So no, we won't static link things by default. Wuischke is still allowed to provide a static build, of course.After all, xmule did when they were still active, so what could possibly go wrong? :P
Logged

btkaos

  • Global Moderator
  • Sr. Member
  • *****
  • Karma: 110
  • Offline Offline
  • Posts: 486
  • Kaos is infinite!
Re: amule crashing when closing last tab on search page
« Reply #19 on: December 22, 2008, 08:31:57 PM »

FYI, I also got this bug and I posted a new backtrace (see backtraces subforum for my backtrace with some debug info)

However I cannot reproduce it reliably.

By the way, I think blaming Ubuntu for this bug is wrong, people using Fedora 10 also got it. I inspected the wx patches they ship and they couldn't cause this bug. I'm not so sure about the GTK+ patches they ship, I'm investigating this point.

It could be a GTK+, WX or aMule bug, but I'm almost 100% sure this bug is not Ubuntu specific.
Logged
Pages: 1 [2]