| To: | Alan Cooper <alcooperx@gmail.com> |
|---|---|
| Subject: | Re: Stack unwind across signal frame |
| From: | Hillf Danton <dhillf@gmail.com> |
| Date: | Sat, 18 Feb 2012 15:12:22 +0800 |
| Authentication-results: | mr.google.com; spf=pass (google.com: domain of dhillf@gmail.com designates 10.52.28.167 as permitted sender) smtp.mail=dhillf@gmail.com; dkim=pass header.i=dhillf@gmail.com |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vWOHIIWiSdQweA71n8SaZ1RMGpd4ClwjynZvQ0+SxAI=; b=bJNOL5qZzplGl4aBddsMYYai7VcM70WO1OmY61ZLUgNh17/BcidhgNdgBbAWzkRtHD Mc66HB7X4xwuiEZMS6xgDlh5r5R2BaeocD4iQimrDP0xbblu1IPSUYucARD7HIpUBBZ+ ssEZu2Iyp1XQdDt9WyrYs67vn1DAdETESguL0= |
| In-reply-to: | <CAOGqxeWjtr=SOY83ZFEdwJXXatqLLEN6SHre9-0DfeJfcyBhKQ@mail.gmail.com> |
| References: | <CAOGqxeWjtr=SOY83ZFEdwJXXatqLLEN6SHre9-0DfeJfcyBhKQ@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Sat, Feb 18, 2012 at 5:13 AM, Alan Cooper <alcooperx@gmail.com> wrote: > This problem ends up breaking pthread cleanup for C++ programs because > the cleanup is done using a class with the expectation that the > destructor will be called when the thread gets canceled by a cancel > signal. This seems like a big problem for all current MIPS kernels so > I was wondering if I'm missing something? > > If this is correct, then it seems like the best solution would be to > add the VDSO eh_frame info to MIPS. > Feel free to send a patch after testing;) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 3/3] MIPS: lantiq: make use of module_platform_driver(), Daniel Schwierzeck |
|---|---|
| Next by Date: | Re: Stack unwind across signal frame, David Daney |
| Previous by Thread: | Stack unwind across signal frame, Alan Cooper |
| Next by Thread: | Re: Stack unwind across signal frame, David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |