Operating System - HP-UX
1832831 Members
3218 Online
110047 Solutions
New Discussion

Xvnc core dump on HPIA64 v2

 
Marco Salvi
Advisor

Xvnc core dump on HPIA64 v2

Hello I have used for 6 months a realvnc version compiled for IA64. It works pretty well but sometime I get an annoying core dump.

HP gdb 5.2 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.2 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.

[hiptcd19]#gdb
HP gdb 5.2 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.2 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.

(reverse-i-search)`g': gdb
[hiptcd19]#
[hiptcd19]#
[hiptcd19]#
[hiptcd19]#gdb /opt/realvnc/bin/Xvnc /home/msalvi/core
HP gdb 5.2 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.2 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.
..
Core was generated by `Xvnc'.
Program terminated with signal 11, Segmentation fault.
SEGV_MAPERR - Address not mapped to object
#0 0x4086b80:0 in QueryFont () at dixfonts.c:538
538 dixfonts.c: No such file or directory.
in dixfonts.c
(gdb) bt
#0 0x4086b80:0 in QueryFont () at dixfonts.c:538
#1 0x40bea10:0 in ProcQueryFont () at dispatch.c:1230
#2 0x40b8fb0:0 in Dispatch () at dispatch.c:300
#3 0x40688d0:0 in main () at main.c:398

Does someone know a more stable version that could be used (I know that I could install PARISC version)
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Xvnc core dump on HPIA64 v2

Shalom,

You can't install the PARISC version it will provide a 100% core dump or similar non-functional response.

I don't know of a more stable version.

I'd suggest reporting the problem to the developers so they test for it and fix it in a future release.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: Xvnc core dump on HPIA64 v2

Have you tried to see what is wrong in QueryFont?

Try the following:
(gdb) bt
(gdb) disas $pc-16*40 $pc+16*4
(gdb) info reg