http://gambaswiki.org/bugtracker/edit?object=BUG.841&from=L21haW4-

Comment #2 by Wouter WOLKERS:

I have the exact same issue, here is the debug output:

Gambas 3.8.3
Ubuntu 15.10

Running from remote session (SSH+X or x2go)

cannot get the info from system information since gambas crashes

wouter@server:~/install/gambas3-3.8.3/app/src/gambas3$ gbc3 -agt
OK
wouter@server:~/install/gambas3-3.8.3/app/src/gambas3$ gdb gbx3
GNU gdb (Ubuntu 7.10-1ubuntu2) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gbx3...done.
(gdb) run
Starting program: /usr/bin/gbx3
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffdc8ed700 (LWP 32046)]
X Error: BadAtom (invalid Atom parameter) 5
  Major opcode: 20 (X_GetProperty)
  Resource id:  0x0

Program received signal SIGSEGV, Segmentation fault.
X11_get_current_desktop () at x11.c:575
575             desktop = *((int *)data);
(gdb) bt
#0  X11_get_current_desktop () at x11.c:575
#1  0x00007ffff5f6e97d in MyMainWindow::initProperties (this=this@entry=
    0xac1da0, which=which@entry=-1) at CWindow.cpp:1631
#2  0x00007ffff5f6f46e in MyMainWindow::present (this=this@entry=0xac1da0,
    parent=parent@entry=0x0) at CWindow.cpp:1673
#3  0x00007ffff5f70bc6 in MyMainWindow::showActivate (this=0xac1da0,
    transient=<optimized out>) at CWindow.cpp:1752
#4  0x000000000040b39d in EXEC_native_quick () at gbx_exec.c:1211
#5  0x000000000040bfbb in EXEC_native_check (defined=<optimized out>)
    at gbx_exec.c:1161
#6  0x000000000043b481 in EXEC_loop () at gbx_exec_loop.c:1151
#7  0x000000000040abcc in EXEC_function_loop () at gbx_exec.c:931
#8  0x000000000040b2c6 in EXEC_function_real () at gbx_exec.c:895
#9  0x000000000040c127 in EXEC_public_desc (class=<optimized out>,
    object=object@entry=0x0, desc=desc@entry=0x9a02b8, nparam=nparam@entry=0)
    at gbx_exec.c:1616
#10 0x0000000000404b53 in main (argc=1, argv=0x7fffffffe408) at gbx.c:416
(gdb)



------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to