Re: XForms: Segmentation fault in fl_initialize()

From: Gerald Emig (maili@heisch.inka.de)
Date: Mon Jul 10 2000 - 02:41:12 EDT

  • Next message: Rob Fletcher: "Re: XForms: Segmentation fault in fl_initialize()"

    # To subscribers of the xforms list from Gerald Emig <maili@heisch.inka.de> :

    On Sat, 8 Jul 2000, Steve Lamont wrote:

    > # To subscribers of the xforms list from Steve Lamont <spl@ncmir.ucsd.edu> :
    >
    > > Problem: If netscape is running, my XForms-Application dies
    > > in fl_initialize() with segmentation fault.
    > >
    > > Question: Is there a possibility to avoid this ?
    > >
    >
    > `fdesign' asks for the default Visual, turns off double buffering,
    > sets the browser font size, and asks for a shared colormap:
    >
    > cntl.vclass = FL_DefaultVisual;
    > cntl.doubleBuffer = 0;
    > cntl.browserFontSize = FL_NORMAL_FONT;
    > mask = FL_PDVisual | FL_PDDouble | FL_PDBrowserFontSize;
    >
    > cntl.sharedColormap = 1;
    > mask |= FL_PDSharedMap;
    >
    > fl_set_defaults(mask, &cntl);
    >
    > then calls fl_initialize() in the standard manner.

    I tried this, but behavior didn't change.
    But this is the message from fdesign I get in the same situation (nedit
    issues similar text):

    "In MapColor [flcolor.c 816] ColormapFull. Using subsititutions"

    gme

    --
    ++++++++++++
    + Gerald Emig , Engelstr. 17, D - 66564 Ottweiler
    + Tel.+Fax +49 6858 6197
    + http://sites.inka.de/heisch/
    ++++++++++++
    

    _________________________________________________ To unsubscribe, send the message "unsubscribe" to xforms-request@bob.usuhs.mil or see http://bob.usuhs.mil/mailserv/xforms.html XForms Home Page: http://world.std.com/~xforms List Archive: http://bob.usuhs.mil/mailserv/list-archives/



    This archive was generated by hypermail 2b29 : Mon Jul 10 2000 - 03:00:16 EDT