On Tue, 2 Jul 2002, James wrote:

> Defender# gdb XFree86
> GNU gdb 4.18 (FreeBSD)
> Copyright 1998 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i386-unknown-freebsd"...
> (no debugging symbols found)...
> (gdb) run
> Starting program: /usr/X11R6/bin/XFree86
> (no debugging symbols found)...(no debugging symbols found)...
> 
> XFree86 Version 4.2.0 / X Window System
> (protocol Version 11, revision 0, vendor release 6600)
> Release Date: 18 January 2002
>         If the server is older than 6-12 months, or if your card is
>         newer than the above date, look for a newer version before
>         reporting problems.  (See http://www.XFree86.Org/)
> Build Operating System: FreeBSD 4.6 i386 [ELF]
> Module Loader present
> Markers: (--) probed, (**) from config file, (==) default setting,
>          (++) from command line, (!!) notice, (II) informational,
>          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/XFree86.0.log", Time: Tue Jul  2 18:22:19 2002
> (==) Using config file: "/root/XF86Config"
> (no debugging symbols found)...(no debugging symbols found)...
> Program received signal SIGSEGV, Segmentation fault.
> 0x880fa7a in ?? ()
> (gdb) bt
> #0  0x880fa7a in ?? ()
> #1  0x8817290 in ?? ()
> #2  0x87f9a4a in ?? ()
> #3  0x806c260 in InitOutput ()
> #4  0x80be47a in main ()
> #5  0x806badd in _start ()
> (gdb) call LoaderPrintSymbol (0x880fa7a)
> 0x880fa48 int10_check_bios+32
>         Module "/usr/X11R6/lib/modules/libint10.a:helper_mem.o"
>         Section ".text"


   It looks like the int10 code observes an option to disable it.
Maybe you could try:

   Option "NoInt10"

  In the Section "Device" of the XF86Config file?

 I'm wondering if there are any other FreeBSD users on this list anymore.
Maybe Egbert knows something about this?  I do see some changes to
int10 code since 4.2.0.  Maybe top of tree CVS works better?

                        Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to