aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuleweb crash  (Read 4367 times)

aldebaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
amuleweb crash
« on: May 12, 2005, 08:44:47 AM »

amuleweb:ii  amuleweb       2.0.0-rel+CVS2 the webserver for amule
platform Debian Sarge
wx:
ii  amule-wxcas    2.0.0-rel+CVS2 reporting module for amule (graphical)
ii  libwxgtk2.5-de 2.5.3.2-2      wxWidgets Cross-platform C++ GUI toolkit (GT
ii  libwxgtk2.5.3  2.5.3.2-2      wxWidgets Cross-platform C++ GUI toolkit (GT
ii  wx2.5-headers  2.5.3.2-2      wxWidgets Cross-platform C++ GUI toolkit

behaves so strange to me:
a) when run alone, linked with amule it crashes within one minute as soon as after logged in I try clicking on any button or change from one button to another (f.eg. click on Transfers, then on servers)
b) when left on tasnfers page it crashes after few automatic refreshes
c) when run inside gdb it crashes more rarely, however this still happen:

[New Thread 6406536 (LWP 3059)]
[New Thread 6422921 (LWP 3060)]
[Thread 6406536 (LWP 3059) exited]
[New Thread 6439306 (LWP 3061)]
[Thread 6439306 (LWP 3061) exited]
[New Thread 6455691 (LWP 3062)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 6422921 (LWP 3060)]
0x4013eda5 in wxMBConv::cWC2MB () from /usr/lib/libwx_baseu-2.5.so.3
(gdb)


as always error reported is "segmentation fault".

Notice: on my system I have only one version of amuleweb and the same cvs version of amule.


Hope it will help you improve this app, if need anything just tell!
Have a good work!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleweb crash
« Reply #1 on: May 12, 2005, 09:23:49 AM »

you run the vollstrecker-cvs pkg right?

btw: in gdb, when the crash "happend" you have to enter
Code: [Select]
bt
bt full


to ge the actuall backtrace

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

aldebaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: amuleweb crash
« Reply #2 on: May 12, 2005, 01:25:18 PM »

yes, i use vollstrecker-cvs

sorry for gdb, I didn't know how to use that program, next time a crash will occour I'll backtrace, thanks stefanero!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleweb crash
« Reply #3 on: May 12, 2005, 02:20:17 PM »

well those crashes are known for vollstreckers-deb-pkg.
altho we dont know the reason yet, might be either the way they are put together or a wxGTK-error, so feel free to post bts for that

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

aldebaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: amuleweb crash
« Reply #4 on: May 14, 2005, 08:45:19 AM »

Hi,
this is final post for this thread (at least I hope so)
I made some changes that enabled all amuleweb power to show off  :D

Basically on my Debian Sarge box I did two things:

a) got rid of all vollstreckers packages

b) got rid of all vollstreckers wxWidgets and compiled myself wxWidgets 2.6.0

c) compiled myself aMule 2.0.0 from tarball (it took long but worth it)

[corrected: obviously compilation of amule tarball comes _after_ compilation of wxWidgests  :rolleyes: ]

This is actually resulting in a web interface that is carrying on in a fantastic way and not crashing every 60 seconds any more!!!

I knew you rock aMule Team!!

1 tip: please put in download section .deb packages for aMule 2.0.0 stable and wxWidgets 2.6.0, maybe few people would endure so much fighting with compilation problems (dependencies, config & libraries paths, etc). And possibly compile these .deb by yourself (do not use vollstreckers one's)

THANK YOU  for your great work!  :))
« Last Edit: May 14, 2005, 08:55:26 AM by aldebaran »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleweb crash
« Reply #5 on: May 14, 2005, 08:51:55 AM »

well I guess you did point b and c vise versa ;)
but anyways....thats the same thought I had

about the deb pkg in download section I see what I can do

thnx for featback
stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

aldebaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: amuleweb crash
« Reply #6 on: May 14, 2005, 08:54:06 AM »

Quote
Originally posted by stefanero
well I guess you did point b and c vise versa ;)

Wops, hem yes :D sorry for the mistake
Logged