<div dir="ltr">What I mean is: when you catch some SEGV bug, if the func. is static, and was in module .so file, how can you catch it now? In older version we had LoaderPrintSymbol() to find the SEGV  caused func.<br><br><br>
<div class="gmail_quote">2008/9/16 Adam Jackson <span dir="ltr"><<a href="mailto:ajax@nwnk.net">ajax@nwnk.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Tue, 2008-09-16 at 17:41 +0800, lu zhihe wrote:<br>
> Dear all:<br>
><br>
>            There is no LoaderPrintSymbol function in Xorg-Server >=<br>
> 1.1.0, so if you meet segmentation fault, and use gdb to debug;<br>
> while, meet the  following result: 0x08086000  ??()<br>
>            How can you deal with it now?<br>
<br>
</div></div>Build the X server with debugging information.  See the -g option to<br>
gcc.<br>
<br>
- ajax<br>
</blockquote></div><br></div>