Title: RE: About VGABIOS support

The below is gdb output of segv fault.
----
Program received signal SIGSEGV, Segmentation fault.
int1A_handler () at int1a.c:40
40                      if (X86_DX == pvp->vendor_id && X86_CX == pvp->device_id
(gdb) 
----

I think the code has problem.. because 'pvp' variable is declared as "pciVideoPtr pvp=NULL;"
inside int1A_handler function but never assigned.. therefore it naturally cause segv fault.

thank you for your reply.

-
HeeChul Yun,         
Embedded S/W Team at ETRI
e-mail: [EMAIL PROTECTED]
phone: +82-42-860-1673



> -----Original Message-----
> From: Ronald G Minnich [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 10, 2002 6:31 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: About VGABIOS support
>
>
> can you run that under gdb and show me a stack trace for the
> segmentation
> fault.
>
> thanks
>
> ron
>

Reply via email to