Hey,<br><span class="postbody">
Whenever I run compiz --replace, I get a segmentation fault. This is what a backtrace in gdb says:
<br>
#0  0xbb871310 in strstr () from /usr/lib/libc.so.12
<br>
#1  0x080590b6 in addScreen (display=0x8071980, screenNum=0, 
<br>
    wmSnSelectionWindow=39845889, wmSnAtom=365, wmSnTimestamp=27602486)
<br>
    at screen.c:1756
<br>
#2  0x08055292 in addDisplay (name=0x0) at display.c:2484
<br>
#3  0x08050926 in main (argc=2, argv=0xbfbfe9a0) at main.c:471
<br>

<br>
I&#39;m running NetBSD, with modular-xorg-server 1.3, with an Intel 950GMA card, Mesa 6.5.3.
<br>
This is compiz freshly checked out from git. (Similar issues from the release)
<br>
I set the LIBGL_ALWAYS_INDIRECT environment variable to &quot;TRUE&quot;.
<br>

<br>
Anyone got any idea what&#39;s wrong? If this is something I should be raising with the NetBSD people instead, please let me know.<br>I posted on the forum and one suggestion was that my driver was bad-- but what does that mean? Something about:
<br></span>glExtensions = (const char *) glGetString (GL_EXTENSIONS); is returning 0.<br>I&#39;m using the current git xorg intel drivers-- every other GL application I&#39;ve tried works fine.<br><span class="postbody">
Thanks,<br>Ahmad<br></span>