Weej1 / transmisson-remote-gui

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

transgui crash. Access Violation error. #451

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click on some torrent
2. Select "Properties..."

What is the expected output? What do you see instead?
Expected: Properties window to appear
Instead: Properties window to appear and "Access violation" error happens right 
after it

What version of the product are you using? On what operating system?
Kubuntu 11.04
transgui 3.1 ( built from svn repository revision 606 )

Please provide any additional information below.
The problem is not always reproducible with upper steps. But it happens very 
frequently.
You can contact me if you need additional info.
Here is stack trace ( svn revision 606 ):

#0 SYSTEM_TOBJECT_$__INHERITSFROM$TCLASS$$BOOLEAN at :0
#1 fpc_do_is at :0
#2 ?? at :0
#3 GTKWSPOPUPDELAYEDCLOSE(0x7fffede08140, 0x7fffede08140) at 
../gtk/gtkwsmenus.pp:380
#4 g_main_context_dispatch at :0
#5 ?? at :0
#6 g_main_context_iteration at :0
#7 gtk_main_iteration_do at :0
#8 APPPROCESSMESSAGES(0x7ffff7f63040) at ../gtk/gtkwidgetset.inc:1217
#9 SHOWMODAL(0x7ffff7f98c90) at include/customform.inc:2276
#10 ACTORRENTPROPSEXECUTE(0x7ffff7f9bd30, 0x7ffff7f67600) at main.pas:2445
#11 CLASSES_TBASICACTION_$__EXECUTE$$BOOLEAN at :0
#12 ?? at :0
#13 EXECUTE(0x7ffff7f67600) at include/containedaction.inc:104
#14 EXECUTE(0x7ffff7f67600) at include/customaction.inc:252
#15 CLASSES_TBASICACTIONLINK_$__EXECUTE$TCOMPONENT$$BOOLEAN at :0
#16 CLICK(0x7ffff7f69d60) at include/menuitem.inc:72
#17 DOCLICKED(0x7ffff7f69d60, @0x7fffffffd7d8: 0) at include/menuitem.inc:264
#18 SYSTEM_TOBJECT_$__DISPATCH$formal at :0
#19 ?? at :0
#20 ?? at :0
#21 _$MENUS$_Ld45 at :0
#22 ?? at :0
#23 ?? at :0
#24 ?? at :0
#25 ?? at :0
#26 ?? at :0
#27 ?? at :0
#28 ?? at :0
#29 ?? at :0
#30 ?? at :0

Original issue reported on code.google.com by LionLeg...@gmail.com on 3 Sep 2011 at 10:54

GoogleCodeExporter commented 9 years ago
Lazarus 0.9.28 have a bug with popup menu handling. It is was patched in my 
local installation, and the transgui binary releases did not have such issue.
You should switch to Lazarus 0.9.30 and the latest svn trunk.

Original comment by j...@cp-lab.com on 24 Oct 2011 at 10:10