From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751424AbZHIRRm (ORCPT ); Sun, 9 Aug 2009 13:17:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750827AbZHIRRl (ORCPT ); Sun, 9 Aug 2009 13:17:41 -0400 Received: from mail-yx0-f175.google.com ([209.85.210.175]:57192 "EHLO mail-yx0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbZHIRRl (ORCPT ); Sun, 9 Aug 2009 13:17:41 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Gm5i/Ju92NoO0WByWJIAlMgoAlJr0BPxxRnJ5cyaWBuEhwn64iZ9YdemhT63ko71l/ 9smDOsPArT/Yv1t+idjb5CiUzMX2dj8bT6z+647O6TeOFeMMzNFCT32UQtq7P+7alR18 9ShzmqgAzlF0CQXFPirP84e1OGG83m49A4bWk= Message-ID: <4A7F04B2.5000201@gmail.com> Date: Sun, 09 Aug 2009 11:17:38 -0600 From: Robert Hancock User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: Justin Mattock CC: Linux Kernel Mailing List Subject: Re: *** stack smashing detected ***: ./firefox-bin terminated References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/08/2009 04:31 PM, Justin Mattock wrote: > How should I handle this: > > *** stack smashing detected ***: ./firefox-bin terminated > ======= Backtrace: ========= > /lib64/libc.so.6(__fortify_fail+0x37)[0x7f765ab2a477] > /lib64/libc.so.6(__fortify_fail+0x0)[0x7f765ab2a440] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f7646911a6f] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f764690d67c] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f764691077f] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f76469090cd] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f76466f95e0] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f76466f9c1d] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f76466bd944] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f76466c738b] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f76466af3e1] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f76466a4af0] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f764638ed29] > /home/name/LFS/net/firefox/plugins/libflashplayer.so[0x7f764637edaf] > /usr/lib64/libglib-2.0.so.0[0x7f765bbd477b] > /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x22e)[0x7f765bbd320e] > /usr/lib64/libglib-2.0.so.0[0x7f765bbd3958] > /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x70)[0x7f765bbd3b40] > ./libxul.so[0x7f765efd07a1] > ./libxul.so[0x7f765efd0b71] > ./libxul.so[0x7f765f08ea79] > ./libxul.so[0x7f765f0628bd] > ./libxul.so[0x7f765efd0883] > ./libxul.so[0x7f765eeaadaf] > ./libxul.so(XRE_main+0x213f)[0x7f765e812149] > ./firefox-bin[0x401bc0] > /lib64/libc.so.6(__libc_start_main+0xec)[0x7f765aa65a4c] > ./firefox-bin[0x4019b9] > > even if I move the firefox package to /usr/lib64 > this still occurs. > > I would like to keep stack protection, > but having firefox crash over any flash content > is unattractive. Use nspluginwrapper, then Flash will run in a separate process and it won't crash Firefox when it crashes (which it does fairly regularly). > > should I try firefox about this, or change something in the kernel? Nothing to do with the kernel, it's glibc's stack corruption detection that's being triggered.