On Wed, Jan 19, 2011 at 12:30:21PM -0800, Scott Webster wrote:
> Probably this is somehow related to my configuration, but I just
> started getting the following error when I try to start gwyddion:
> 
> The program 'gwyddion' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadValue (integer parameter out of range for operation)'.
>   (Details: serial 103 error_code 2 request_code 146 minor_code 19)
>   ...
> 
> Gwyddion exits (I never see anything).  I recently upgraded to 2.22

Upgraded from 2.21 or an older version?

Do the other X apps that work include Gtk+-based programs (GIMP, ...)?

Please try ssh -Y instead of -X.  Normal Gtk+ apps such as Gwyddion
should not need it but who knows...

Then try to run gwyddion --sync in gdb and obtain a backtrace, i.e:

    gdb $(which gwyddion)
    # in gdb
    run --sync
    # when it crashes
    bt
    # copy the backtrace somewhere and then
    quit

so that we can see when/where it crashes.  The backtrace will be more
meaningful if you install -dbg packages of the involved libraries (gtk+,
glib) and Gwyddion (if you installed it from a package, manually
compiled programs normally aren't stripped of debug symbols so that's
OK).  See also

    http://wiki.debian.org/HowToGetABacktrace

Yeti


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gwyddion-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gwyddion-users

Reply via email to