Opened 15 years ago

Closed 15 years ago

#3201 closed bug (fixed)

MeTOS causes app_server crash .

Reported by: kvdman Owned by: axeld
Priority: normal Milestone: R1
Component: Servers/app_server Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by stippi)

MeTOS:

http://www.haikuware.com/view-details/development/gui-creation/metos

Will trigger an app_server crash. This program use to work fine under Haiku! Not sure where this happened, but it worked at least two months ago.

See attached trace.

Attachments (1)

bt.png (10.6 KB ) - added by VinDuv 15 years ago.
Backtrace

Download all attachments as: .zip

Change History (8)

comment:1 by kvdman, 15 years ago

Hmm attaching the screenshot is causing an error in Trac. I've uploaded it here:

http://www.haikuware.com/downloads/registered/metos.tiff

comment:2 by stippi, 15 years ago

Description: modified (diff)
Summary: MeTOS causing KDL now.MeTOS causes app_server crash .

It's an app_server crash, not a KDL. And the back trace is unfortunately not useful, since it's for the wrong thread (the main thread). To be on the safe side, if you see such a trace again, try entering the command "cont" into the GDB terminal. That should then drop into the thread that crashed and you can type bt again.

comment:3 by kvdman, 15 years ago

It's 100% reproducible here. I've typed in cont and it locks the system.

by VinDuv, 15 years ago

Attachment: bt.png added

Backtrace

comment:4 by VinDuv, 15 years ago

Reproducible on VMWare, with hrev28775. Hopefully more useful screenshot attached.

comment:5 by stippi, 15 years ago

Yes, that's helpful, thanks! Unfortunately, I don't have time to look into it at the moment. And Axel should be more familiar with the code anyways.

comment:6 by anevilyak, 15 years ago

That backtrace looks like it could possibly be related to ticket #3066 also. Not exactly the same trace, but similar enough that it could potentially have the same root cause.

comment:7 by axeld, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev28843.

Note: See TracTickets for help on using tickets.