Opened 16 years ago

Closed 16 years ago

#2250 closed bug (invalid)

Quitting Applications: 0xffff0104 in ?? ()

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

I've noticed quite a few legacy BeOS applications run fine on Haiku, but when you quit them, they crash. I've tested a number of applications, and came up with five that crashed when exiting, and was looking to see if there was anything similar between them via the debugger.

Three of the applications have 0xffff0104 in ?? () as #0. They are CrackAttack, GobeProductive, and InDepth. I've included the other two as well.

Perhaps I should file individual tickets?

Attached is a zipfile with the backtraces of the five apps.

Attachments (1)

bts.zip (4.0 KB ) - added by kvdman 16 years ago.

Download all attachments as: .zip

Change History (2)

by kvdman, 16 years ago

Attachment: bts.zip added

comment:1 by bonefish, 16 years ago

Resolution: invalid
Status: newclosed

The back traces look very different. Please open separate tickets. The GobeProductive trace might just indicate a problem in the application itself (e.g. double free() or clobbered memory). The 0xffff0104 address is fine -- it is used for syscalls.

Two hints:

  • gdb prints a line why a thread entered the debugger (among otherwise useless output). Please also provide it -- in doubt copy all output.
  • Please don't attach zipped text files unless there's a good reason (e.g. large test set or something). It just adds overhead for the people who look at the bug report, as they have to download and unzip the stuff first.
Note: See TracTickets for help on using tickets.