Re: [webkit-dev] Javascript collector

2007-07-25 Thread Patrick Hanna
On Jul 25, 2007, at 4:16 PM, Maciej Stachowiak wrote: Do you have steps to consistently reproduce this bug? Just run LayoutTests/plugins/plugin-javascript-access.html It breaks every time for me in release mode. ___ webkit-dev mailing list webkit-de

Re: [webkit-dev] Javascript collector

2007-07-25 Thread Patrick Hanna
Well that is both good news and bad news. The good news is that the fix is very easy (is someone working on it as we speak?) and it fixes the crash I am seeing. The bad news is how come this has been working for so long? How come LayoutTests/plugins/plugin-javascript- access.html doesn't fai

Re: [webkit-dev] Javascript collector

2007-07-25 Thread Darin Adler
On Jul 25, 2007, at 1:02 PM, Patrick Hanna wrote: I am running into a segmentation fault in Collector::collectOnMainThreadOnly on the line that reads: cellBlock(cell)->collectOnMainThreadOnly.set(cellOffset(cell)); I believe that the reason is because the address passed in as 'value' is th

Re: [webkit-dev] Javascript collector

2007-07-25 Thread Maciej Stachowiak
On Jul 25, 2007, at 1:02 PM, Patrick Hanna wrote: I am running into a segmentation fault in Collector::collectOnMainThreadOnly on the line that reads: cellBlock(cell)->collectOnMainThreadOnly.set(cellOffset(cell)); I believe that the reason is because the address passed in as 'value' is t

[webkit-dev] Javascript collector

2007-07-25 Thread Patrick Hanna
I am running into a segmentation fault in Collector::collectOnMainThreadOnly on the line that reads: cellBlock(cell)->collectOnMainThreadOnly.set(cellOffset(cell)); I believe that the reason is because the address passed in as 'value' is the address of a stack variable. This address comes fr