Subject: Re: [Boost-users] [Thread] Interrupting a thread causes a segmentation fault
From: W Frane (molluskadvertising_at_[hidden])
Date: 2011-02-17 15:39:01


> Perhaps you need -mthreads?
>
> - Marsh

Thank you for the suggestion, but unfortunately adding -mthreads did not
 resolve the issue. (Threaded programs without interrupts work fine,
incidentally; it appears to be the interrupts that are causing the
problem, not multithreading in general.)

William