aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 ... 4 5 [6] 7 8 ... 10

Author Topic: aMule 2.2.x and SVN (with amuled e amulegui) Tiger/Leopard Universal Binary  (Read 272790 times)

Melebius

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1

Hello, I’m glad that I found new Mac version here. I downloaded it and it works well, thanks! However, it’s strange to find the latest stable version in forum, instead of Download section. ???
Logged

greek

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 128

Hello All,

does anyone know if --enable-geoip-static has any effect under Leopard? It seems that it does not make the library static in my case (deleting the library, makes amule crash at the start).

Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685

I bet it only works with GNU ld, but unfortunately we don't check it (yet).
Logged
concordia cum veritate

xja

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37

Hi there,
I'm using Gtoso's 2.2.1 build with GeoIP, sometimes it crashes upon launch
I attach the log.
I hope you will compile the 2.2.2
bye
Logged

xja

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37

Hi,
I installed the 2.2.2 29/8/08 SVN version by Gtoso, I had a crash on launch.
Log attached.
bye
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685

xja, could you create a gdb backtrace of the crash?
Logged
concordia cum veritate

Matreco

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 18

Hi,
I installed the 2.2.2 29/8/08 SVN version by Gtoso, I had a crash on launch.
Log attached.
bye

Works fine on Tiger PPC...
Logged

xja

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37

Ok, I will install gdb and let you know.
Actually aMule is workng right, the problem is, as with 2.2.1, a random crash on launch, it depends on how the computer "feels", maybe it crashes for many times. maybe it launches fine.

Bye
Logged

xja

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37

ehem, update.
I downloaded the gdb, bu I don't know how to install it, the readme file doesn't explain very well how to do it.
If it's too difficult, I'll give up.

Bye
Logged

gtoso

  • Official MacOSX Packager
  • Full Member
  • ***
  • Karma: 24
  • Offline Offline
  • Posts: 206

ehem, update.
I downloaded the gdb, bu I don't know how to install it, the readme file doesn't explain very well how to do it.
If it's too difficult, I'll give up.

For now try to launch amule from the Terminal (Applications -> Utilities -> Terminal):
/Applications/aMule.app/Contents/MacOS/amule

and post the output and the relevant lines of log file (~/Library/Application\ Support/aMule/logfile)

For the gdb, install Apple XCode: gdb is included in Xcode
Then see here:
http://www.amule.org/wiki/index.php/Backtraces

Unfortunately my buils have debug disabled, but I hope it's sufficient to identify the problem.

« Last Edit: August 31, 2008, 09:02:21 PM by gtoso »
Logged

gtoso

  • Official MacOSX Packager
  • Full Member
  • ***
  • Karma: 24
  • Offline Offline
  • Posts: 206

I hope you will compile the 2.2.2

Done  :)
Logged

xja

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37

Ok, I will launch aMule via terminal, I've tried right now, but it didn't crashed, I'll let you know.

Bye
Logged

gtoso

  • Official MacOSX Packager
  • Full Member
  • ***
  • Karma: 24
  • Offline Offline
  • Posts: 206
Re: aMule 2.2.1 and SVN (with amuled e amulegui) Tiger/Leopard Universal Binary
« Reply #87 on: September 03, 2008, 03:06:09 PM »

Unfortunately my buils have debug disabled, but I hope it's sufficient to identify the problem.

I have just rebuilded 2.2.2 with debug enabled (wxMac and aMule), it's large and slow, at least on my G3, then use it only for debug.

Strangely the webserver autostart doesn't work, manually launching it works.

Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: aMule 2.2.x and SVN (with amuled e amulegui) Tiger/Leopard Universal Binary
« Reply #88 on: September 04, 2008, 04:41:56 AM »

gtoso,
Quote
Strangely the webserver autostart doesn't work, manually launching it works.
This is a known issue of the debug build until some time ago, but it should not happen anymore on the svn version. Could you confirm that you get an assertion like fd > 2 && fd < 1024 or something like this?
Logged

gtoso

  • Official MacOSX Packager
  • Full Member
  • ***
  • Karma: 24
  • Offline Offline
  • Posts: 206
Re: aMule 2.2.x and SVN (with amuled e amulegui) Tiger/Leopard Universal Binary
« Reply #89 on: September 04, 2008, 04:19:23 PM »

gtoso,
Quote
Strangely the webserver autostart doesn't work, manually launching it works.
This is a known issue of the debug build until some time ago, but it should not happen anymore on the svn version. Could you confirm that you get an assertion like fd > 2 && fd < 1024 or something like this?

Yes,
launching amule from gdb, the only interesting lines are:
15:13:32: Debug: WebInterface.cpp(95): assert "(fd > 2) && (fd < 1024)" failed in AddSocket().
WebInterface.cpp(95): assert "(fd > 2) && (fd < 1024)" failed in AddSocket().

In attachment logfile of amule and amuled.

If then I launch:
/Applications/aMule-SVN/aMule.app/Contents/MacOS/amuleweb '--amule-config-file=/Users/gtoso/Library/Application Support/aMule/amule.conf'
or simply:
amuleweb '--amule-config-file=/Users/gtoso/Library/Application Support/aMule/amule.conf'

it works fine.

Logged
Pages: 1 ... 4 5 [6] 7 8 ... 10