Jump to content

Issue regarding Linux centos 6.5 i686 architecture


Pruthvi015

Recommended Posts

  • 2 weeks later...

Hi Ralph,

 

While am running same code in other architecture (X86_64) am not getting any error .If i run in I686 i'm getting following error

 

Program received signal SIGSEGV, Segmentation fault.
0x009d2033 in __memcpy_ssse3_rep () from /lib/libc.so.6
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.2.i686 libgcc-4.4.7-4.el6.i686 libstdc++-4.4.7-4.el6.i686
(gdb)
 

 

Thanks,

Pruthvi

Link to comment
Share on other sites

Using the magic of Google...

 

There's a post here http://eab.abime.net/showthread.php?t=74226 which suggests it's SELINUX related, and suggests a possible work-around as follows:

Found a workarround.
This on terminal starts fs-uae correctly:
__GL_WRITE_TEXT_SECTION=0 fs-uae

And the relative documentation for it (/usr/share/doc/nvidia-340/html/openglenvvariables.html)
Disabling executable memory optimizations

By default, the NVIDIA driver will attempt to use optimizations which rely on being able to write to executable memory. This may cause problems in certain system configurations (e.g., on SELinux when the "allow_execmem" boolean is disabled or "deny_execmem" boolean is enabled, and on grsecurity kernels configured with CONFIG_PAX_MPROTECT). When possible, the driver will attempt to detect when it is running on an unsupported configuration and disable these optimizations automatically. If the __GL_WRITE_TEXT_SECTION environment variable is set to 0, the driver will unconditionally disable these optimizations.

Obviously replace fs-uae with the name of your SystemC executable,

 

regards

Alan

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...