defiantredpill / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
0 stars 0 forks source link

Access Violation error after start on Linux x86_64 #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start transmission-daemon
2. start transgui
3. wait some time (~10 seconds)

What is the expected output? What do you see instead?
   The gui shows error message "Access Violation"
   In console it writes 
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".

(transgui:5327): Gtk-CRITICAL **: gtk_tree_view_column_set_fixed_width:
assertion `GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
 Gtk2_ItemSelectionChanged  ItemCache=nil lvTorrents
TApplication.HandleException Access violation
  Stack trace:
  $000000000049BA31
  $000000000077A697
  $00000000004ECBA6
  $00000000004CE6FF
  $00000000004D76D7
  $00000000004E9B45
  $00000000004C0851
  $00000000004BF0B9
  $00000000004C12A2
  $00000000004C1662
  $00000000004F6D58
  $00000000004C1604
  $000000000049125B

What version of the product are you using? On what operating system?
   I've compiled both svn-trunk and beta versions with Lazarus 0.9.27 on
   ArchLinux-x86_64 and get the same errors

Please provide any additional information below.
   When I try to close application, the error appears again.

Original issue reported on code.google.com by nickt...@mail.ru on 17 Feb 2009 at 5:33

GoogleCodeExporter commented 9 years ago
Does Lazarus IDE work on your system?

Compile transgui with line numbers debug information to produce better stack 
trace.

Original comment by j...@cp-lab.com on 18 Feb 2009 at 8:58

GoogleCodeExporter commented 9 years ago
yes. here is
TApplication.HandleException Access violation
  Stack trace:
  $000000000049C0E1
  $000000000077D2D7
  $00000000004EF7E6 line 98 of varlist.pas
  $00000000004D133F line 1700 of main.pas
  $00000000004DA317 line 2648 of main.pas
  $00000000004EC785 line 213 of rpc.pas
  $00000000004C3491 line 905 of include/application.inc
  $00000000004C1CF9 line 320 of include/application.inc
  $00000000004C3EE2 line 1097 of include/application.inc
  $00000000004C42A2 line 1207 of include/application.inc
  $00000000004F9998 line 49 of include/interfacebase.inc
  $00000000004C4244 line 1194 of include/application.inc
  $000000000049190B line 41 of transgui.lpr

Original comment by nickt...@mail.ru on 19 Feb 2009 at 2:27

GoogleCodeExporter commented 9 years ago
this is in SVN trunk version 

Original comment by nickt...@mail.ru on 19 Feb 2009 at 2:28

GoogleCodeExporter commented 9 years ago
oh) in current beta version it is same

Original comment by nickt...@mail.ru on 19 Feb 2009 at 2:35

GoogleCodeExporter commented 9 years ago
Does transgui show torrents list before this error occurs?

Original comment by j...@cp-lab.com on 19 Feb 2009 at 3:00

GoogleCodeExporter commented 9 years ago
yes. it shows

Original comment by nickt...@mail.ru on 19 Feb 2009 at 3:21

GoogleCodeExporter commented 9 years ago
I've just compiled transgui svn version in archlinux _i686_ and it works fine. 
So the
error appears only in x86_64 architecture

Original comment by nickt...@mail.ru on 23 Feb 2009 at 1:18

GoogleCodeExporter commented 9 years ago
To fix this, debugging on x64 Linux system is needed. Unfortunately I do not 
have
access to x64 Linux...

Original comment by j...@cp-lab.com on 27 Feb 2009 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 27 Feb 2009 at 12:14

GoogleCodeExporter commented 9 years ago
Please test r131.

Original comment by j...@cp-lab.com on 27 Feb 2009 at 12:18

GoogleCodeExporter commented 9 years ago
OK 
I'll test it

Original comment by nickt...@mail.ru on 27 Feb 2009 at 4:31

GoogleCodeExporter commented 9 years ago
it's me again =) from another account
I've tested in two systems archlinux x86_64. The error is same.
I have now an x86_64 arch system as guest os(via virtualbox) in my primary 
system.
So I can help you with debugging

Original comment by lez...@gmail.com on 6 Mar 2009 at 10:25

GoogleCodeExporter commented 9 years ago
in the last svn revision (134) the stack trace is:
  $000000000049C0E1
  $000000000077D3D7
  $00000000004EF8E6 line 98 of varlist.pas
  $00000000004D1414 line 1721 of main.pas
  $00000000004DA39B line 2671 of main.pas
  $00000000004EC86D line 219 of rpc.pas
  $00000000004C3491 line 905 of include/application.inc
  $00000000004C1CF9 line 320 of include/application.inc
  $00000000004C3EE2 line 1097 of include/application.inc
  $00000000004C42A2 line 1207 of include/application.inc
  $00000000004F9A98 line 49 of include/interfacebase.inc
  $00000000004C4244 line 1194 of include/application.inc
  $000000000049190B line 41 of transgui.lpr

Original comment by lez...@gmail.com on 3 Apr 2009 at 1:10

GoogleCodeExporter commented 9 years ago
what can i do to help you fix this bug?

Original comment by lez...@gmail.com on 3 Apr 2009 at 1:12

GoogleCodeExporter commented 9 years ago
Try the latest svn version of Lazarus and the latest svn version of transgui.

Original comment by j...@cp-lab.com on 7 May 2009 at 2:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I tested the latest svn revision of transgui now(with latest lazarus-svn). It 
works
fine with version 1.60 (rev8339)

Original comment by lez...@gmail.com on 11 May 2009 at 6:59

GoogleCodeExporter commented 9 years ago
Great!

Original comment by j...@cp-lab.com on 12 May 2009 at 12:26