[chromium-dev] Re: Chromium crash

2009-07-20 Thread Scott Hess

Looks to me like the code in question wouldn't be compiled into
release builds in the first place (it's under NDEBUG).  So it might be
problematic to match it to a known bug, since the known bugs would
mostly look different.

The general case of Started typing in omnibox and crashed is
obviously not something which happens every time.  That would
certainly be noticed!

-scott


On Sun, Jul 19, 2009 at 2:48 PM, Thiago Farinathiago.far...@gmail.com wrote:

 I thought this problem was known.
 Thanks!

 On Jul 19, 6:33 pm, Peter Kasting pkast...@google.com wrote:
 On Sun, Jul 19, 2009 at 12:52 PM, Thiago Farina 
 thiago.far...@gmail.comwrote:

  When I start typing in omnibox from Chromium (I'm debugging) the
  browser crashes...

 Since yo're debugging, you can track down what's going on.

 Then you can look it up in the bug database.

 PK
 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Chromium crash

2009-07-20 Thread Thiago Farina

Yes, I'm compiling the code under debug build option.
Everytime I try to type in omnibox this happens.

On Jul 20, 4:02 pm, Scott Hess sh...@chromium.org wrote:
 Looks to me like the code in question wouldn't be compiled into
 release builds in the first place (it's under NDEBUG).  So it might be
 problematic to match it to a known bug, since the known bugs would
 mostly look different.

 The general case of Started typing in omnibox and crashed is
 obviously not something which happens every time.  That would
 certainly be noticed!

 -scott

 On Sun, Jul 19, 2009 at 2:48 PM, Thiago Farinathiago.far...@gmail.com wrote:

  I thought this problem was known.
  Thanks!

  On Jul 19, 6:33 pm, Peter Kasting pkast...@google.com wrote:
  On Sun, Jul 19, 2009 at 12:52 PM, Thiago Farina 
  thiago.far...@gmail.comwrote:

   When I start typing in omnibox from Chromium (I'm debugging) the
   browser crashes...

  Since yo're debugging, you can track down what's going on.

  Then you can look it up in the bug database.

  PK
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Chromium crash

2009-07-20 Thread Dan Kegel

OK, how about a backtrace?

On Mon, Jul 20, 2009 at 8:24 PM, Thiago Farinathiago.far...@gmail.com wrote:

 Yes, I'm compiling the code under debug build option.
 Everytime I try to type in omnibox this happens.

 On Jul 20, 4:02 pm, Scott Hess sh...@chromium.org wrote:
 Looks to me like the code in question wouldn't be compiled into
 release builds in the first place (it's under NDEBUG).  So it might be
 problematic to match it to a known bug, since the known bugs would
 mostly look different.

 The general case of Started typing in omnibox and crashed is
 obviously not something which happens every time.  That would
 certainly be noticed!

 -scott

 On Sun, Jul 19, 2009 at 2:48 PM, Thiago Farinathiago.far...@gmail.com 
 wrote:

  I thought this problem was known.
  Thanks!

  On Jul 19, 6:33 pm, Peter Kasting pkast...@google.com wrote:
  On Sun, Jul 19, 2009 at 12:52 PM, Thiago Farina 
  thiago.far...@gmail.comwrote:

   When I start typing in omnibox from Chromium (I'm debugging) the
   browser crashes...

  Since yo're debugging, you can track down what's going on.

  Then you can look it up in the bug database.

  PK
 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Chromium crash

2009-07-19 Thread Peter Kasting
On Sun, Jul 19, 2009 at 12:52 PM, Thiago Farina thiago.far...@gmail.comwrote:

 When I start typing in omnibox from Chromium (I'm debugging) the
 browser crashes...


Since yo're debugging, you can track down what's going on.

Then you can look it up in the bug database.

PK

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Chromium crash

2009-07-19 Thread Thiago Farina

Hi Peter,

How can I track down?

Where is bug database located? In the Local\Chromium\User Data\Crash
Reports directory, there is nothing.

Thanks!

On Jul 19, 6:33 pm, Peter Kasting pkast...@google.com wrote:
 On Sun, Jul 19, 2009 at 12:52 PM, Thiago Farina 
 thiago.far...@gmail.comwrote:

  When I start typing in omnibox from Chromium (I'm debugging) the
  browser crashes...

 Since yo're debugging, you can track down what's going on.

 Then you can look it up in the bug database.

 PK
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Chromium crash

2009-07-19 Thread Peter Kasting
On Sun, Jul 19, 2009 at 2:43 PM, Thiago Farina thiago.far...@gmail.comwrote:

 How can I track down?


Using your handy debugger, to see what's going on.

If you don't know how to debug code, you're probably not going to be
well-served by trying to get low-level details from this mailing list.

Where is bug database located? In the Local\Chromium\User Data\Crash
 Reports directory, there is nothing.


crbug.com

PK

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Chromium crash

2009-07-19 Thread Thiago Farina

I thought this problem was known.
Thanks!

On Jul 19, 6:33 pm, Peter Kasting pkast...@google.com wrote:
 On Sun, Jul 19, 2009 at 12:52 PM, Thiago Farina 
 thiago.far...@gmail.comwrote:

  When I start typing in omnibox from Chromium (I'm debugging) the
  browser crashes...

 Since yo're debugging, you can track down what's going on.

 Then you can look it up in the bug database.

 PK
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---