- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SIGSEGV error with OpenGL
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 09:34 PM
04-07-2009 09:34 PM
#0 0x9fffffffbeee0760:1 in _hpOGL_dispatchInit+0x51() from
/opt/graphics/OpenGL/lib/hpux64/libGL.so.2
#1 0x9fffffffbeefa830:0 in _hpOGL_libInit+0x140() from
/opt/graphics/OpenGL/lib/hpux64/libGL.so.2
#2 0x9fffffffbf77fb60:0 in EM_mark_BOS+0x50 () from /usr/lib/hpux64/dld.so
This runs perfectly on several systems (in 32 bit form) including HP-UX 11.11(PA-RISC), AIX,IRIX,Linux (gcc),Windows, Linux (gcc) 64-bit and Windows (Vista). We are using aCC compiler version 5.55. Any help would be appreciated.
Solved! Go to Solution.
- Tags:
- SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 11:07 PM
04-07-2009 11:07 PM
Re: SIGSEGV error with OpenGL
(gdb) bt
(gdb) info reg
(gdb) disas $pc-16*8 $pc+16*4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 01:33 AM
04-14-2009 01:33 AM
Re: SIGSEGV error with OpenGL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 02:57 AM
04-14-2009 02:57 AM
Re: SIGSEGV error with OpenGL
gr13: 0
gr48: 0xfffffffffffffffd
0x9fffffffbeee0750:0 <+0x40>: shladd r8=r48,3,r13 -3 * 8 + 0
0x9fffffffbeee0750:1 <+0x41>: cmp.lt.unc p1,p6=0,r48;;
0x9fffffffbeee0760:1 <+0x51>: (p6) ld8 r8=[r8] << signal
This is aborting because TP (r13) is 0.
What is your link line for C_GL_noopt, in particular what does "chatr C_GL_noopt" show?
You probably have -lc somewhere on your link line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 03:15 AM
04-14-2009 03:15 AM
Re: SIGSEGV error with OpenGL
Thnkx for ypur response. Here is the link line...
/opt/aCC/bin/aCC +DD64 -DHP_IA64=1 -D_HPUX_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -g -L/usr/local/src/lib/hpux64 -L/opt/graphics/OpenGL/lib/hpux64 -L/usr/contrib/X11R6/lib -g +noeh -D_LARGEFILE64_SOURCE=1
-DFoxUI=1 +DD64 -DHP_IA64=1 -D_HPUX_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1
-I/vault/public/fox/fox-1.0.51-64/include -I/usr/include/X11R6
-I/opt/graphics/OpenGL/include -I/usr/local/src/include -I/usr/contrib/X11R6/include
-I/vault/public/fox/fox-1.0.51-64/include -I../include -I../lib/include -Iicons ../ar/hp_ia64/libvisui_noopt.a
../ar/hp_ia64/libVisionGL_noopt.a ../ar/hp_ia64/liblrc_noopt.a
../ar/hp_ia64/libslim_noopt.a -L/vault/public/fox/fox-1.0.51-64/src/.libs
-lFOX ../it64_hp11/tmpauth.o ../it64_hp11/lm_new.o ../it64_hp11/liblmgr_nomt.a
../it64_hp11/libcrvs.a ../it64_hp11/libsb.a
-lm -lc -lpng -lz -ljpeg -lGLU -lGL -lXt -lXext -lXmu -lX11 -lm -o ../bin/hp_ia64/C_GL_noopt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 03:46 AM
04-14-2009 03:46 AM
Re: SIGSEGV error with OpenGL
It is illegal to specify -lc on your driver link line. The latest version of aCC/cc will warn about that.
The latest versions of the linker/dld.so patch will work around the TP ordering issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 08:36 AM
04-15-2009 08:36 AM
Re: SIGSEGV error with OpenGL
We have installed the latest linker patch 39093. Still aborts at same location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 09:06 AM
04-15-2009 09:06 AM
Re: SIGSEGV error with OpenGL
We have installed the latest linker patch PHSS_39093. Still aborts at same location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 01:46 AM
05-12-2009 01:46 AM