Re: thread lockup when comiling with optimizations.
From: Andre Kostur (nntpspam_at_kostur.net)
Date: 09/21/04
- Next message: Dietmar Kuehl: "Re: The 'finally' debate"
- Previous message: Victor Bazarov: "Re: thread lockup when comiling with optimizations."
- In reply to: Patrick Stinson: "thread lockup when comiling with optimizations."
- Next in thread: Patrick Stinson: "Re: thread lockup when comiling with optimizations."
- Reply: Patrick Stinson: "Re: thread lockup when comiling with optimizations."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 21 Sep 2004 21:47:09 GMT
Patrick Stinson <patrickkidd@gci.net> wrote in
news:10l14aq3d09224a@corp.supernews.com:
> I've added an extra thread to my application read from an alsa midi
> device, and when I compile with any optimizations (gcc -O3 or gcc -O2)
> the application "freezes" (meaning I don't know what code is still
> executing) after the last of my threads (I have three, including the
> main thread).
>
> This does not happen w/o optimizations.
You're in the wrong place. Comp.lang.c++ deals with Standard C++, which
has no concept of threading. Try in a newsgroup dedicated to your compiler
vendor and/or O/S platform.
- Next message: Dietmar Kuehl: "Re: The 'finally' debate"
- Previous message: Victor Bazarov: "Re: thread lockup when comiling with optimizations."
- In reply to: Patrick Stinson: "thread lockup when comiling with optimizations."
- Next in thread: Patrick Stinson: "Re: thread lockup when comiling with optimizations."
- Reply: Patrick Stinson: "Re: thread lockup when comiling with optimizations."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]