XtAppNextEvent

Iam getting core sometimes while using my X window application.

Iam using Sun Solaris 5.8 and the CC as 4.2.

Is this a known bug and the patch has been released for this?Can somebody help me out on this?

Below is the stack trace attached

248XtAppNextEvent(appContext, &event);

(dbx) where

current thread: t@1

[1] DetectAllClippers(0xff209ee4, 0x2ab3bd8, 0x0, 0x2d90f00, 0x6b, 0x73), at 0xff081cbc

[2] DetectAllClippers(0xff209ee4, 0x2ab3bd8, 0x0, 0x2d90008, 0xffe496b0, 0x15), at 0xff081d0c

[3] GetTreeFromDSM(0x2aaf0d8, 0x2ab16c0, 0x2aa7d28, 0xff209ee0, 0x18, 0x6), at 0xff081b8c

[4] RemoveAllClippers(0x2aaf0d8, 0x2ab16c0, 0x2aaf0d8, 0x2ab16c0, 0x2ab16c0, 0xfeff2000), at 0xff08f89c

[5] _XmWriteDragBuffer(0x2ab16c0, 0x54, 0x3a, 0x0, 0x2aaf0d8, 0xfeff2000), at 0xff08f688

[6] HasDropSiteDescendant(0x2ab16c0, 0xffbeeb04, 0x0, 0x2a98310, 0x2aaf0d8, 0x0), at 0xff081a84

[7] _XmGetDragProtocolStyle(0x11a, 0x2aaf0d8, 0x0, 0x2a98310, 0x2a9dcf8, 0xff202000), at 0xff08f418

[8] _XmDSIAddChild(0x2aaf0d8, 0xff202000, 0xffbeebfc, 0xff07a950, 0x2a9dcf8, 0x0), at 0xff07a9bc

[9] XmDropSiteRetrieve(0x2ab16c0, 0x2a98310, 0xff202000, 0xffbeec80, 0x2aaf0d8, 0xffbeec84), at 0xff078410

[10] OwnSelection(0xfeff5c88, 0xfeff8208, 0xfeff5c84, 0x0, 0xfefbcd1c, 0x2a83bf8), at 0xfefbafa8

[11] NewGrabRec(0x2a83bf8, 0x2, 0x1, 0x0, 0x1, 0x2a83bf8), at 0xfefbac58

=>[12] main(argc = 1, argv = 0xffbeef4c), line 248

[1527 byte] By [linker] at [2007-11-26 9:40:41]
# 1

C++ 4.2 is no longer supported. It has been obsolete for at least 6 years.

If your problem is with Xwindows on Solaris 8, you could check

http://sunsolve.sun.com/

for patches.

I strongly recommend that you abandon Workshop 4.2 and get the current release, Sun Studio 11, which is free. You can get it here:

http://developers.sun.com/sunstudio/

The C++ compiler has mode compatible with C++ 4.2. Refer to the C++ Migration Guide for details.

http://docs.sun.com/app/docs/doc/819-3689

clamage45 at 2007-7-7 0:38:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...