Alanaktion / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
1 stars 0 forks source link

Acces violation + crash occurs intermitently when removing torrent + data #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open/download 10+ torrents
2. wait for download to finish
3. select remove torrent + data by right clicking on torrent

What is the expected output? What do you see instead?
torrent + data is removed, but an access violation + crash occurs 
intermittently.

I wish I knew how to debug this issue further, sorry that I can't provide more 
technical details.

What version of the product are you using? On what operating system?
r413/linux/gnome

Original issue reported on code.google.com by deltafox...@gmail.com on 18 Aug 2010 at 8:42

GoogleCodeExporter commented 9 years ago
Please do this: 
http://code.google.com/p/transmisson-remote-gui/wiki/TrackingErrors

Original comment by j...@cp-lab.com on 18 Aug 2010 at 9:07

GoogleCodeExporter commented 9 years ago
#0 fpc_raiseexception at :0
#1 SYSUTILS_RUNERRORTOEXCEPT$LONGINT$POINTER$POINTER at :0
#2 ?? at :0
#3 ?? at :0
#4 ?? at :0
#5 SYSTEM_TOBJECT_$__INHERITSFROM$TCLASS$$BOOLEAN at :0
#6 ?? at :0
#7 g_idle_funcs at :0
#8 _$GTKPROC$_Ld240 at :0
#9 SYSTEM_HANDLEERRORADDRFRAME$LONGINT$POINTER$POINTER at :0
#10 ?? at :0
#11 ?? at :0
#12 ?? at :0
#13 ?? at :0
#14 ?? at :0
#15 SYSTEM_SIGNALTORUNERROR$LONGINT$PSIGINFO$PSIGCONTEXT at :0
#16 ?? at :0
#17 ?? at :0

Original comment by deltafox...@gmail.com on 18 Aug 2010 at 9:33

GoogleCodeExporter commented 9 years ago
I just noticed this on console...

TGDBMIDebugger.StartDebugging 
WorkingDir="/usr/src/transmisson-remote-gui/units/"
TGDBMIDebugger.ProcessResult Error: ,msg="No symbol 
\"FPC_THREADVAR_RELOCATE_PROC\" in current context."
[Debugger] Log output: &"info functions FPC_CPUINIT\n"
[Debugger] Log output: &"info address main\n"
[Debugger] Log output: &"info file\n"
[Debugger] File type: elf64-x86-64
[Debugger] Entry point: 0x495a80
[WARNING] Debugger: Unexpected async-record: =thread-group-created,id="4352"
[WARNING] Debugger: Unexpected async-record: 
=thread-created,id="1",group-id="4352"
[WARNING] Debugger: Unexpected async-record: *running,thread-id="all"

Original comment by deltafox...@gmail.com on 18 Aug 2010 at 9:37

GoogleCodeExporter commented 9 years ago
The same thing happens as well if you only remove the torrent.

Original comment by deltafox...@gmail.com on 19 Aug 2010 at 4:13

GoogleCodeExporter commented 9 years ago
Unfortunately the stack frame lacks line numbers. Please open the compiler 
options in the Lazarus IDE (Project > Compiler options). Open the Linking page 
and make sure that "Generate Debugging Info" checkbox is enabled. Then rebuild 
the project (Run > Build all) and retry the error.

Original comment by j...@cp-lab.com on 23 Aug 2010 at 9:05

GoogleCodeExporter commented 9 years ago
I've had a couple of goes at this and I can't see any options to 'hit break' 
when the SIGSEVG first occurs and I can't figure out how to get line numbers, 
and I made sure the generate debugging info is ticked...

Original comment by deltafox...@gmail.com on 26 Aug 2010 at 8:54

GoogleCodeExporter commented 9 years ago
Select the "Environment > Options" menu. Open the "Debugger" page in the 
options window. Make sure that "GNU debugger (gdb)" is selected.

Original comment by j...@cp-lab.com on 27 Aug 2010 at 8:51

GoogleCodeExporter commented 9 years ago
I have the same error happening after two successive deletion, using the verion 
from launchpad ppa : ppa:andreas-noteng/transgui
However I couldn't reproduce it using svn and running from Lazarus so I assume 
it's already fixed.

By the way in the compilator options, Verbosity tab, there is Show lines option 
(-vl), when going to the Call Stack window, I could see the line numbers.

Original comment by giv...@gmail.com on 26 Sep 2010 at 10:38

GoogleCodeExporter commented 9 years ago
Same for me, happens after two successive deletions, under Ubuntu, using v2.2.

Original comment by thomas.r...@gmail.com on 13 Feb 2011 at 6:33

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 20 Feb 2011 at 2:05