bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Strange window problem


From: Marco van Tol
Subject: Re: [Bug-gnubg] Strange window problem
Date: Sun, 29 Jan 2006 01:25:38 +0100
User-agent: Mutt/1.4.2.1i

On Fri, Jan 27, 2006 at 08:28:11PM +0100, Jim Segrave wrote:

[...]

> Unfortunately, FreeBSD doesn't make it easy to debug a shared library
> (or I don't know how to do it), so figuring out if some earlier
> action has done something weird to change the requested geometry is
> proving to be difficult.

Don't know enough about gtk, but do know that the FreeBSD 5 debugger is
seriously broken while debugging a threaded executable.  Is gnubg threaded?
(Could become threaded if a shared library happens to call pthread_create().
SDL for example seems to do that)

What happens is that it assumes the thread ID's to be sequential starting at
0, while they realy are seemingly random numbers.  It's fixed in BSD 6, but
I'm not sure why they didn't in BSD 5.  Didn't chase it very much either, as
I don't hit threaded programs very often yet, but it's definately annoying
if you happen to get cought by one.  Also I'm personally only running BSD 6
at the moment, which doesn't have the problem anymore.

Marco

-- 
A male gynecologist is like an auto mechanic who never owned a car.
- Carrie Snow




reply via email to

[Prev in Thread] Current Thread [Next in Thread]