Summary: | Xnest segfaults immediately | ||
---|---|---|---|
Product: | xorg | Reporter: | Stefan Dirsch <sndirsch> |
Component: | Server/DDX/Xnest | Assignee: | Stefan Dirsch <sndirsch> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | trivial | ||
Priority: | lowest | CC: | kem, mharris, roland.mainz |
Version: | git | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Stefan Dirsch
2004-08-16 04:11:01 UTC
I cannot reproduce this segfault. A problem like this occurred last week (bug 961) and was fixed. Are you using the latest version in CVS? Yes, it was CVS of yesterday and I verified with CVS of today. Okay. Since I cannot reproduce this problem. Could you please track it down and see if you can find out where the problem is? It's crashing in xc/programs/Xserver/miext/damage/damage.c --> miext/damage/getDrawableDamageRef: PixmapPtr pPixmap; if (pDrawable->type == DRAWABLE_WINDOW) { ScreenPtr pScreen = pDrawable->pScreen; pPixmap = 0; if (pScreen->GetWindowPixmap) pPixmap = (*pScreen->GetWindowPixmap) ((WindowPtr)pDrawable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ At this line ... The segfault of Xnest is somewhat related to the (physical hardware) Xserver or the machine, on which it is started. Starting the same Xnest on another (physical hardware) Xserver, which is running on another machine, works fine. Therefore I think that this is a misconfigured or pretty broken Xserver configuration or broken system. I assign this bugreport to myself, as nobody else will be able to reproduce this problem and set this to trivial with lowest priority. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.