[chromium-dev] Debugging glibc malloc double free or corruption

2009-10-02 Thread spotrh
A Fedora user recently reported that loading www.msnbc.com causes the Oh snap! and unhappy mac, which I was able to reproduce. The gory details are filed here: http://code.google.com/p/chromium/issues/detail?id=23635 I hate to just open bugs and say go fix it!, at least not without

[chromium-dev] NaCl on Linux/x86-64?

2009-09-30 Thread spotrh
It doesn't look like NaCl works on x86-64. When I try to compile it, I get: Running ncdecode_tablegen Compiling /mnt/chromium/rpmbuild/BUILD/chromium-20090930svn27599/src/sconsbuild/Release/obj/validator_x86/ncvalidate/ncvalidate.o Compiling

[chromium-dev] Re: NaCl on Linux/x86-64?

2009-09-30 Thread spotrh
On 09/30/2009 01:58 PM, Lei Zhang wrote: Have you tried installing glibc-devel/i586? No, because the resulting binaries wouldn't really be x86_64, would they? :) ~spot --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View

[chromium-dev] Re: NaCl on Linux/x86-64?

2009-09-30 Thread spotrh
On 09/30/2009 04:34 PM, Lei Zhang wrote: On Wed, Sep 30, 2009 at 11:23 AM, spotrh spo...@gmail.com wrote: On 09/30/2009 01:58 PM, Lei Zhang wrote: Have you tried installing glibc-devel/i586? No, because the resulting binaries wouldn't really be x86_64, would they? :) Native client

[chromium-dev] Re: Crashes due to 25633

2009-09-17 Thread spotrh
On 09/17/2009 05:41 PM, cpu wrote: We've decided to keep this CHECK until it hits dev channel for a few days. The fact that users are hitting this means that we need to get meaningful dumps so we can file actionable bugs from it. We'll monitor the crash rate and release a patch for dev

[chromium-dev] Re: Crashes due to 25633

2009-09-17 Thread spotrh
On 09/17/2009 06:07 PM, Evan Martin wrote: On Thu, Sep 17, 2009 at 2:50 PM, spotrh spo...@gmail.com wrote: We've decided to keep this CHECK until it hits dev channel for a few days. The fact that users are hitting this means that we need to get meaningful dumps so we can file actionable bugs

[chromium-dev] Re: Crashes due to 25633

2009-09-16 Thread spotrh
On 09/16/2009 02:25 PM, cpu wrote: I believe brettw new sqlite wrappers removed that. Maybe he has not landed it or I misunderstood. Let me check. I don't see any changes to src/chrome/common/sqlite_utils.cc in SVN trunk. ~spot --~--~-~--~~~---~--~~ Chromium

[chromium-dev] Re: Crashes due to 25633

2009-09-16 Thread spotrh
On 09/16/2009 02:23 PM, Evan Martin wrote: What is the error message? I wonder if there is something Linux-specific where we're getting an error code that is harmless. (We've had a lot of that in code that checks errno where the value differs between Linux and OS X.) User says it reports:

[chromium-dev] Re: Crashes due to 25633

2009-09-16 Thread spotrh
On 09/16/2009 04:07 PM, Mike Mammarella wrote: FYI, I'm almost finished updating our (locally patched) SQLite to version 3.6.18 instead of 3.6.1 that we have now; apparently 3.6.18 handles corruption much better than 3.6.1 does. (I am holding off checking it in until I can run it through all