amule-project / amule

'All-platform' P2P client based on eMule
1.01k stars 222 forks source link

Amule in a docker crash depends on which machine runs #175

Open segator opened 4 years ago

segator commented 4 years ago

I builded a docker image segator/amule:daemon and it crash on a synology DS918+ but it works on a xeon e5 2630

docker run -it --rm segator/amule:daemon the dockerfile with the biuld steps is here --> https://github.com/segator/amule/blob/master/amule-daemon/Dockerfile Synology ds918+ have kernel 4.4.59+
Tried to run with config or without config same result.

--== cannot generate backtrace ==--

--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
    http://forum.amule.org/index.php?board=67.0
If possible, please try to generate a real backtrace of this crash:
    http://wiki.amule.org/wiki/Backtraces

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMuleD 2.3.2 compiled with wxBase(GTK2) v3.0.4 (Snapshot: rev. g5d9c1f458)
Running on: Linux 4.4.59+ x86_64
J-Siu commented 4 years ago

Check logfile, should locate in the same dir amule.conf by default.

On the other hand, did you try running amule on DS918+ without docker?

ngosang commented 1 year ago

I have been using my Docker image for 2 years without crashes. You can take a look here => https://github.com/amule-project/amule/pull/303#issuecomment-1010065142