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 3 ... 6

Author Topic: interface hangs after completing big files  (Read 34607 times)

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
interface hangs after completing big files
« on: January 15, 2004, 01:09:40 AM »

almost every time i complete large files (>100 mb) amule interface hungs after completing

despite of downloads continue, graphic elements (buttons, bars, pop-ups) aren't replotted, and amule became unusable

sorry for my poor english, maybe it'll be better if i post a screenshot:


http://ghepeu.supereva.it/amule-interface.png


(problem happens with release 1.2.3 and 1.2.4, amule compiled from sources, wxwindows 2.4.2 linked against gtk1)
« Last Edit: January 19, 2004, 09:33:50 PM by GhePeU »
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: interface hangs after completing big files
« Reply #1 on: January 15, 2004, 09:13:43 AM »

can u run amule under gdb plz..?

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: interface hangs after completing big files
« Reply #2 on: January 15, 2004, 03:48:26 PM »

I'm completing about 4-5 700Mb files a day, with no problem at all.


Strange...
Logged

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Re: interface hangs after completing big files
« Reply #3 on: January 15, 2004, 11:33:34 PM »

problem repeated this evening too

i'm downgrading wxGTK (maybe occurred with combination wxGTK 2.4.2/amule 1.2.4)
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: interface hangs after completing big files
« Reply #4 on: January 16, 2004, 12:19:43 AM »

gdb bt is very usefull

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Re: interface hangs after completing big files
« Reply #5 on: January 16, 2004, 06:16:39 PM »

Quote
Originally posted by deltaHF
gdb bt is very usefull

yes, i'm trying to find out if the problem is caused by amule 1.2.4 or by wxGTK 2.4.2... then i'l try gdb
« Last Edit: January 16, 2004, 06:18:17 PM by GhePeU »
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Re: interface hangs after completing big files
« Reply #6 on: January 17, 2004, 07:58:46 PM »

interface freezed with wxGTK 2.4.1 too

it seems to be amule 1.2.4 related... i'll compile with "enable-debug" and test again

maybe it's related to
Quote
Aleric, Kry:

* Fixed the 'Completing file' bug.

?
« Last Edit: January 17, 2004, 08:03:42 PM by GhePeU »
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Re: interface hangs after completing big files
« Reply #7 on: January 17, 2004, 08:07:15 PM »

without enable debug i've only this:

Code: [Select]
Dropping No Needed Sources.
Dropping Full Queue Sources.
Sharing /dati/fileSharing/aMule/temp/001.part
[New Thread 49155 (LWP 15546)]
completing->PerformFileComplete(NULL); !!!
4E426ECC7541748DCB9F9FE8E45CB135: Suspending uploads of file.
4E426ECC7541748DCB9F9FE8E45CB135: Removed user 'Reziel84'
4E426ECC7541748DCB9F9FE8E45CB135: ReQueued user 'Reziel84'
4E426ECC7541748DCB9F9FE8E45CB135: Removed user '[ITA]GLADIATORE'
4E426ECC7541748DCB9F9FE8E45CB135: ReQueued user '[ITA]GLADIATORE'
4E426ECC7541748DCB9F9FE8E45CB135: Resuming uploads of file.
Dropping No Needed Sources.
Dropping Full Queue Sources.
Dropping No Needed Sources.
« Last Edit: January 17, 2004, 08:07:31 PM by GhePeU »
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: interface hangs after completing big files
« Reply #8 on: January 17, 2004, 10:24:13 PM »

Can't be related to that fix.

Deactivate Drop sources and retry.
Logged

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Re: interface hangs after completing big files
« Reply #9 on: January 18, 2004, 05:41:44 PM »

again (amule compiled with --enable-debug --disable-optimization), Drop sources disabled
no problems with file < 100 mb, with a ~350 mb file from gdb i see:

Code: [Select]
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)...
(gdb) ha SIGPIPE nostop noprint pass
Signal        Stop      Print   Pass to program Description
SIGPIPE       No        No      Yes             Broken pipe
(gdb) run
Starting program: /usr/bin/amule
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 16384(LWP 5258)]
Initialising aMule
Config:
x1: 0 y1: 30 x2: 1016 y2: 712
split read, found : 389
[New Thread 32769 (LWP 5259)]
[New Thread 16386 (LWP 5260)]
*** TCP socket at 4662
*** UDP socket at 4665
Serverlist loaded.
*** reading servers
Loading temp files from /dati/fileSharing/aMule/temp/*.part.met.
Loading 004.part.met... Done.
Loading 009.part.met... Done.
Loading 005.part.met... Done.
Loading 001.part.met... Done.
Sharing /dati/fileSharing/aMule/temp/001.part.met
Sharing /dati/fileSharing/aMule/temp/004.part.met
Sharing /dati/fileSharing/aMule/temp/005.part.met
Sharing /dati/fileSharing/aMule/temp/009.part.met
Saving of server.met file Done !!!
Sharing /dati/fileSharing/aMule/temp/004.part
[New Thread 32771 (LWP 28530)]
completing->PerformFileComplete(NULL); !!!
C0AF6106F00DCE80161C641E06F0713B: Suspending uploads of file.
C0AF6106F00DCE80161C641E06F0713B: Removed user 'beren123124124124124[ITA]'
C0AF6106F00DCE80161C641E06F0713B: ReQueued user 'beren123124124124124[ITA]'
C0AF6106F00DCE80161C641E06F0713B: Removed user 'MaxPayne_Cosworth_[UD-ITA]'
C0AF6106F00DCE80161C641E06F0713B: ReQueued user 'MaxPayne_Cosworth_[UD-ITA]'
C0AF6106F00DCE80161C641E06F0713B: Removed user 'http://www.emule.de [emule.de]'C0AF6106F00DCE80161C641E06F0713B: ReQueued user 'http://www.emule.de [emule.de]'
C0AF6106F00DCE80161C641E06F0713B: Resuming uploads of file.
Signaling hashing thread to terminate
Hashing thread terminated, ready to shutdown
Shutting down aMule...
split saved to : 389
Saving of server.met file Done !!!
aMule shutdown completed.
 
Program exited normally.
(gdb)
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: interface hangs after completing big files
« Reply #10 on: January 18, 2004, 06:01:35 PM »

I see no problem there. You closed amule.
Logged

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Re: interface hangs after completing big files
« Reply #11 on: January 18, 2004, 06:10:27 PM »

yes, 5 minutes after completing file... because it was unusable





PS. downgraded to 1.2.3, i want to see if output is different
« Last Edit: January 18, 2004, 06:18:56 PM by GhePeU »
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: interface hangs after completing big files
« Reply #12 on: January 18, 2004, 06:22:15 PM »

NEVER use 1.2.3. Never. Never.
Logged

GhePeU

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 240
Re: interface hangs after completing big files
« Reply #13 on: January 18, 2004, 06:26:40 PM »

Quote
Originally posted by Kry
NEVER use 1.2.3. Never. Never.

why?  ?(

1.2.4 become unusable every time i complete a file (in my system)
Logged
When they kick at your front door
how you gonna come?
with your hands on your head
or on the trigger of your gun

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: interface hangs after completing big files
« Reply #14 on: January 18, 2004, 09:10:35 PM »

1.2.4 is 1.2.3 with 1 VERY IMPORTANT bugfix that CANNOT be related to your bug.
Logged
Pages: [1] 2 3 ... 6