#305490 mozilla-firefox: Opens (frame-)links in new windows instead of mainframe, all instances crash when closing these w.

Package:
iceweasel
Source:
firefox-esr
Submitter:
Thomas Ackermann
Date:
2011-09-22 16:42:05 UTC
Severity:
important
Tags:
#305490#5
Date:
2005-04-20 10:14:41 UTC
From:
To:
I've seen that many times at ogame.de (online-game). There's a navigation frame and a main-content-frame. When I click a link in the navigation
frame, firefox sometimes shows the content in a new window "A" (without any tool- status- or menubar, marked with an "X"-Symbol in the headline)
instead of loading it into the mainframe. This doesn't happen every time but maybe every 4th or 5th try. When I close this new window "A", all
running instances crash. When I click the same link (in the navogation frame) again, FF sometimes opens a new window "B" but sometimes it closes
window "A" and everything runs normal again. When I close the main window, windows "A" and "B" are closed too and the other instances keep running.

#305490#10
Date:
2005-04-21 08:30:26 UTC
From:
To:
Even add banners are loaded in extra windows
#305490#15
Date:
2005-04-26 04:42:28 UTC
From:
To:
* Thomas Ackermann (thomas.ackermann@ggs.ch) wrote:

I'm going to need a clearer reproduction recipe than that I think.
-----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ G e h! r- y+ ------END GEEK CODE BLOCK------
#305490#20
Date:
2005-06-29 16:35:30 UTC
From:
To:
I too have had the same problem on sites like imdb.com, cnnfn.com, etc.
  One similarity I have found is that iframe's seem to be the trigger.

However, another interesting data point is that with pipelining turned
off, I haven't had it happen since.  I had pipelining at 16 before,
turned it back to 4, but was having problems with cisco's site (their
pix breaks pipelining).  After turning pipelining off, I haven't had it
happen since.  The higher the pipelining number, the more frequently it
would happen.

I did turn pipelining on and it did recur after about 4 hours of
surfing, however, with pipelining off, my browser has been open almost
24 hours with no problem.

#305490#25
Date:
2005-12-28 08:42:07 UTC
From:
To:
* Chris Davies (bugs@daviesinc.com) wrote:

Still seeing this with Firefox 1.5?
-----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ G e h! r- y+ ------END GEEK CODE BLOCK------
#305490#32
Date:
2006-04-01 21:04:44 UTC
From:
To:
With the current Firefox, I'm seeing this problem pretty much everywhere.
Even on http://bugs.debian.org. So I don't think you need frames for it to
happen. I just click on a bug report, and sometimes the report comes up in
its own window; the original window does not redraw. Closing the new window
shuts down Firefox completely (every window closes). Going to the "container"
window that isn't refreshing and telling it to reload the page usually puts
the page window back where it should be - embedded in the container window,
not living on its own. If this is a WM-dependent problem, I'm using
metacity.

#305490#37
Date:
2006-04-01 22:00:50 UTC
From:
To:
What extensions are installed?
#305490#42
Date:
2006-04-02 00:07:54 UTC
From:
To:
lør, 01,.04.2006 kl. 17.00 -0500, skrev Justin Pryzby:

None here. As for plugins, I have Shockwave Flash (flashplayer-mozilla).
And I've got firefox-gnome-support. That's it.

#305490#47
Date:
2006-04-11 06:50:55 UTC
From:
To:
Since I complained about this earlier, I should probably mention that I'm not
seeing this issue anymore after an upgrade (libxul0d was among the upgraded
packages, I think, don't remember any others)... don't know about the original
submitter

#305490#52
Date:
2006-04-11 14:46:21 UTC
From:
To:
Thomas and Chris, could you both update to recent library versions,
and report whether this bug still affects you?

Thanks
Justin

#305490#57
Date:
2006-04-11 15:21:27 UTC
From:
To:
Sorry, I can't help you for the next 2 months as I'm travelling and
therefore far away from my computer...(feels good, though). I'll do the
updates and report the results as soon as I get back home in June

Tom

#305490#64
Date:
2006-04-14 00:44:26 UTC
From:
To:
well, I've given it a pretty good and thorough runthrough and I haven't
had the problem.

I reloaded multiple pages in multiple tabs that used to exhibit this
problem (cnn.com, cnnfn.com, etc) -- mostly sites using iframes for
their banner ads, and it appears to be working properly now.

Thanks for the perserverence on this one.

Justin Pryzby wrote:

#305490#69
Date:
2006-04-14 00:57:33 UTC
From:
To:
I'm closing this for now, as it is either not a firefox bug, or is
fixed by recent versions.  If it recurs, we can reopen it, or open a
new one.

#305490#74
Date:
2006-04-20 17:54:08 UTC
From:
To:
even with the latest updates, this happened again once today.  No
iframe's on the page, however, there were a number of nested tables.

So, this bug still exists.  Should a new bug be opened?

#305490#79
Date:
2006-04-20 19:34:05 UTC
From:
To:
reopen 305490
thanks
No, (please) I'm reopening it now.

#305490#86
Date:
2006-07-08 11:45:03 UTC
From:
To:
https://bugzilla.mozilla.org/show_bug.cgi?id=343953 , which will be
fixed in next upload.

It would be helpful if you'd setup something so that you could get a
backtrace.
Here, I added a script doing the following in /etc/rcS.d:
mkdir -m 1777 /tmp/core
echo "/tmp/core/%e.%s.%p" > /proc/sys/kernel/core_pattern

Then I set ulimit -c to half my /tmp size so that I don't fill /tmp with
core files.

When you get a crash, you'll get a file named
/tmp/core/firefox-bin.SIG.PID (SIG is likely to be 11), which you can
use to get a full backtrace:
You first need to install firefox-dbg, then run firefox -g and type
core /tmp/core/firefox-bin.SIG.PID
bt full
and send the result here ;)

I think I'm going to add this recipe in the reportbug notice.

Cheers,

Mike

#305490#91
Date:
2006-08-13 22:58:41 UTC
From:
To:
* Mike Hommey (mh@glandium.org) wrote:

Did that upload resolve the issue for you Chris?

#305490#96
Date:
2006-09-15 04:13:53 UTC
From:
To:
I removed all extensions, problem still exists.  strace attached.

ii  firefox                           1.5.dfsg+1.5.0.6-5
lightweight web browser based on Mozilla
ii  firefox-gnome-support             1.5.dfsg+1.5.0.6-5
Support for Gnome in Mozilla Firefox


Eric Dorland wrote:
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1U\261\302\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, ";\3\5\0007\26h\1\0\0\0\0K\1\225\0,\1A\0018\27\5\0007\26"...,
100) = 100
read(3, 0xbff745d0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\4\267\302\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, ";\3\5\0006\26h\1\0\0\0\0K\1\225\0,\1A\0018\27\5\0006\26"...,
100) = 100
read(3, 0xbff745d0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\222\275\302\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(3, ";\3\5\0007\26h\1\0\0\0\0K\1\225\0,\1A\0018\27\5\0007\26"...,
356) = 356
read(3, 0xbff74c00, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1U\315\302\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "9\3\4\0\35\26h\0016\26h\1\377\377\177\0008\1\6\0006\26"...,
176) = 176read(3, 0xbff74de0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\264\326\302\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(3, ";\3\5\0007\26h\1\0\0\0\0K\1\225\0,\1\247\0018\26\5\000"...,
100) = 100read(3, 0xbff745d0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\371\334\302\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(3, ";\3\5\0006\26h\1\0\0\0\0K\1\225\0,\1\247\0018\26\5\000"...,
100) = 100read(3, 0xbff745d0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\r\342\302\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, ";\3\5\0007\26h\1\0\0\0\0K\1\225\0,\1\247\0018\26\5\000"...,
100) = 100read(3,
"\1\215\350\302\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, ";\3\5\0006\26h\1\0\0\0\0K\1\225\0,\1\247\0018\26\5\000"...,
100) = 100read(3, "\1
\356\302\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32) = 32
write(3, ";\3\5\0007\26h\1\0\0\0\0K\1\225\0,\1\247\0018\26\5\000"...,
396) = 396read(3,
"\1\305\1\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32) = 32
write(3, "\232\4\5\0007\26h\0016\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73aa0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\3\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\32\7\0\1\26h\0017\26h\1\2141\3020\2141\377\377\0\0"...,
52) = 52
read(3, 0xbff73f80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\6\303\0\0\0\0/\26h\1\3\0\0\0\0\0\0\0\0\0\0\0\4\0\0"...,
32) = 32
write(3, "\232\34\v\0003\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff73fc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\v\303\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\6\5\0/\26h\1\0\0\0\0c\1&\2\252\0\24\0\232\27O\0\3"...,
388) = 388read(3, 0xbff73d80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1U\23\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\4\5\0006\26h\0010\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73aa0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\25\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\2141\3020\2141\377\377\0\0"...,
52) = 52
read(3, 0xbff73f80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\30\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff73fc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\35\303\0\0\0\0/\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0c\1&\2\252\0\24\0\232\27=\0"...,
380) = 380read(3, 0xbff73dd0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\251(\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\4\5\0006\26h\1/\26h\0016\0\0\0\0\0\0\0\206\1\1\0", 24) = 24
read(3, 0xbff73af0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0*\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\0\0\0\0\0\0\377\377\0\0\0"...,
52) = 52
read(3, 0xbff73fd0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0-\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff74010, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0002\303\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0b\1\16\2\25\1\30\0\232\27\r"...,
124) = 124read(3,
"\1):\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0"..., 32) = 32
write(3, "\232\4\5\0006\26h\0010\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73c20, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0<\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\0\0\0\0\346\234\377\377\0"...,
52) = 52
read(3, 0xbff74100, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0?\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff74140, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0D\303\0\0\0\0/\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0\0"..., 32)
= 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0b\1\16\2\25\1\30\0\232\27F\0"...,
352) = 352
read(3, 0xbff73dd0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\305L\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\4\5\0006\26h\1/\26h\0016\0\0\0\0\0\0\0\206\1\1\0", 24) = 24
read(3, "\1\0N\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\346\234i\232\346\234\377\377"...,
52) = 52
read(3, "\1\0Q\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff74010, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0V\303\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0b\1\16\2\25\1\30\0\232\27\26"...,
164) = 164
read(3, "\1c^\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0"...,
32) = 32
write(3, "8\6\4\0\237\26h\1\0\0\10\0\0\0\0\0009\1\4\0\237\26h\001"...,
192) = 192
read(3, "\1Ui\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0\0"...,
32) = 32
write(3, "8\6\4\0\1\26h\1\0\0\10\0\0\0\0\0009\1\4\0\1\26h\0016\26"...,
320) = 320
read(3, 0xbff74de0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\4z\303\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, ";\3\5\0007\26h\1\0\0\0\0\216\2\366\1e\0\32\0008\26\5\000"...,
100) = 100
read(3, 0xbff745d0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\222\200\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(3, ";\3\5\0006\26h\1\0\0\0\0\216\2\366\1e\0\32\0008\26\5\000"...,
100) = 100
read(3, 0xbff745d0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1U\206\303\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, ";\3\5\0007\26h\1\0\0\0\0\216\2\366\1e\0\32\0008\26\5\000"...,
284) = 284
read(3, 0xbff73d80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1U\225\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\4\5\0007\26h\0016\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73aa0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\227\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\32\7\0\1\26h\0017\26h\1\2141\3020\2141\377\377\0\0"...,
52) = 52
read(3, 0xbff73f80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\232\303\0\0\0\0/\26h\1\3\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\34\v\0003\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff73fc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\237\303\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\6\5\0/\26h\1\0\0\0\0\247\2(\2L\0\24\0\232\27O\0\3"...,
388) = 388read(3, 0xbff73d80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\251\247\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(3, "\232\4\5\0006\26h\0010\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73aa0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\251\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\2141\3020\2141\377\377\0\0"...,
52) = 52
read(3, 0xbff73f80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\254\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff73fc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\261\303\0\0\0\0/\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0\247\2(\2L\0\24\0\232\27@\0"...,
328) = 328read(3,
"\1)\271\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32) = 32
write(3, "\232\4\5\0006\26h\1/\26h\0016\0\0\0\0\0\0\0\206\1\1\0", 24) = 24
read(3, 0xbff73c20, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\273\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\0\0\0\0\346\234\377\377\0"...,
52) = 52
read(3, 0xbff74100, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\276\303\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff74140, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\303\303\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0\246\2\20\2M\0\30\0\232\027"...,
296) = 296read(3, 0xbff74d80, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\371\313\303\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(3, "9\6\4\0y\26h\0010\26h\1\377\377\177\0008\0\6\0000\26h\1"...,
108) = 108
read(3, 0xbff74de0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\r\321\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, ";\3\5\0006\26h\1\0\0\0\0\v\0\1\0\350\2c\0008\26\5\0006"...,
100) = 100read(3, 0xbff73cc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\215\327\303\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0"...,
32) = 32
write(3, ";\3\5\0007\26h\1\0\0\0\0\v\0\1\0\350\2c\0008\26\5\0007"...,
100) = 100read(3, 0xbff73cc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1 \335\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, ";\3\5\0006\26h\1\0\0\0\0\v\0\1\0\350\2c\0008\26\5\0006"...,
100) = 100read(3, 0xbff73cc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1c\343\303\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, ";\3\5\0007\26h\1\0\0\0\0\v\0\1\0\350\2c\0008\26\5\0007"...,
100) = 100read(3, 0xbff73cc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1U\351\303\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, ";\3\5\0006\26h\1\0\0\0\0\v\0\1\0\350\2c\0008\26\5\0006"...,
100) = 100read(3, 0xbff73cc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\4\357\303\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, ";\3\5\0007\26h\1\0\0\0\0\v\0\1\0\350\2c\0008\26\5\0007"...,
396) = 396read(3, 0xbff73470, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\305\2\304\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\232\4\5\0007\26h\0016\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73190, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\4\304\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\32\7\0\1\26h\0017\26h\1\30c\225e\30c\377\377\0\0\0"...,
52) = 52
read(3, 0xbff73670, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\7\304\0\0\0\0/\26h\1\3\0\0\0\0\0\0\0\0\0\0\0\4\0\0"...,
32) = 32
write(3, "\232\34\v\0003\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff736b0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\f\304\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\6\5\0/\26h\1\0\0\0\0\v\0\1\0\350\2c\0\232\27.\0\3"...,
256) = 256read(3, 0xbff73340, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1U\24\304\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0"...,
32) = 32
write(3, "\232\4\5\0006\26h\0010\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73060, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\26\304\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\2141\3020\2141\377\377\0\0"...,
52) = 52
read(3, 0xbff73540, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\31\304\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff73580, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\36\304\0\0\0\0/\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0\v\0\1\0\350\2c\0\232\27\31"...,
228) = 228read(3, 0xbff73470, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\251)\304\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\4\5\0006\26h\1/\26h\0016\0\0\0\0\0\0\0\206\1\1\0", 24) = 24
read(3, 0xbff73190, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0+\304\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\30c\225e\30c\377\377\0\0\0"...,
52) = 52
read(3, 0xbff73670, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0.\304\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff736b0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0003\304\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0\v\0\1\0\350\2c\0\232\27\n\0"...,
112) = 112
read(3, 0xbff73340, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1);\304\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0"...,
32) = 32
write(3, "\232\4\5\0006\26h\0010\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, 0xbff73060, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0=\304\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0016\26h\1\2141\3020\2141\377\377\0\0"...,
52) = 52
read(3, 0xbff73540, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0@\304\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\34\v\0007\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3, 0xbff73580, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0E\304\0\0\0\0/\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0\0"..., 32)
= 32
write(3, "\232\6\5\0003\26h\1\0\0\0\0\v\0\1\0\350\2c\0\232\27\37"...,
16380) = 16380
write(3, ">\6\7\0009X`\0018\26h\1M\26h\1\0\0\0\0U\2A\0\1\0\3\0>\26"...,
4504) = 4504
read(3, 0xbff74170, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\2220\307\0\0\0\0006\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "9\6\4\0M\26h\1/\26h\1\377\377\177\0008\0\6\0/\26h\1\0\0"...,
1212) = 1212
read(3, 0xbff74170, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1UC\307\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0\0"...,
32) = 32
write(3, "9\6\4\0\331\26h\0016\26h\1\377\377\177\0008\0\6\0006\26"...,
920) = 920
read(3, 0xbff74170, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\264N\307\0\0\0\0006\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "9\6\4\0?\26h\0017\26h\1\377\377\177\0008\0\6\0007\26h\1"...,
396) = 396
read(3, 0xbff73070, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\305_\307\0\0\0\0007\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
write(3, "\232\4\5\0007\26h\0016\26h\0016\0\0\0\0\0\0\0\206\1\1\0"...,
24) = 24
read(3, "\1\0a\307\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\232\32\7\0\1\26h\0017\26h\1\0\0\0\0\0\0\377\377\0\0\0"...,
52) = 52
read(3, 0xbff73270, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0d\307\0\0\0\0/\26h\1\3\0\0\0\0\0\0\0\0\0\0\0\4\0\0"..., 32)
= 32
write(3, "\232\34\v\0003\26h\1\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
104) = 104read(3,
"\1\0i\307\0\0\0\0000\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32) = 32
write(3, "\232\6\5\0/\26h\1\0\0\0\0\324\2J\0\37\0\20\0\232\27\31"...,
232) = 232ioctl(3, FIONREAD, [0])                 = 0
gettimeofday({1158293497, 581470}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=13,
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16,
events=POLLIN|POLLPRI}, {fd=17, events=POLLIN|POLLPRI}, {fd=50,
events=POLLIN}], 7, 0) = 0
ioctl(3, FIONREAD, [0])                 = 0
gettimeofday({1158293497, 581708}, NULL) = 0
poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=13,
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16,
events=POLLIN|POLLPRI}, {fd=17, events=POLLIN|POLLPRI}, {fd=50,
events=POLLIN}, {fd=5, events=POLLIN, revents=POLLIN}], 8, 124) = 1
gettimeofday({1158293497, 581913}, NULL) = 0
gettimeofday({1158293497, 585164}, NULL) = 0
gettimeofday({1158293497, 585232}, NULL) = 0
gettimeofday({1158293497, 585294}, NULL) = 0
gettimeofday({1158293497, 585359}, NULL) = 0
gettimeofday({1158293497, 587823}, NULL) = 0
gettimeofday({1158293497, 587899}, NULL) = 0
gettimeofday({1158293497, 587959}, NULL) = 0
futex(0x8b2c9c0, FUTEX_WAKE, 1)         = 1
futex(0x8b2c9bc, FUTEX_WAKE, 1)         = 1
gettimeofday({1158293497, 589851}, NULL) = 0
gettimeofday({1158293497, 589954}, NULL) = 0
gettimeofday({1158293497, 590147}, NULL) = 0
gettimeofday({1158293497, 591692}, NULL) = 0
gettimeofday({1158293497, 592023}, NULL) = 0
gettimeofday({1158293497, 592088}, NULL) = 0
gettimeofday({1158293497, 592156}, NULL) = 0
gettimeofday({1158293497, 592226}, NULL) = 0
gettimeofday({1158293497, 592309}, NULL) = 0
gettimeofday({1158293497, 592375}, NULL) = 0
write(8, "8", 1)                        = 1
futex(0x8b6f7e8, FUTEX_WAKE, 1)         = 1
gettimeofday({1158293497, 592687}, NULL) = 0
gettimeofday({1158293497, 592785}, NULL) = 0
gettimeofday({1158293497, 592856}, NULL) = 0
gettimeofday({1158293497, 592994}, NULL) = 0
gettimeofday({1158293497, 593103}, NULL) = 0
gettimeofday({1158293497, 593158}, NULL) = 0
gettimeofday({1158293497, 593236}, NULL) = 0
gettimeofday({1158293497, 593290}, NULL) = 0
write(8, "8", 1)                        = 1
futex(0x8b6f7e8, FUTEX_WAKE, 1)         = 1
gettimeofday({1158293497, 593756}, NULL) = 0
gettimeofday({1158293497, 593815}, NULL) = 0
gettimeofday({1158293497, 593912}, NULL) = 0
gettimeofday({1158293497, 594040}, NULL) = 0
gettimeofday({1158293497, 594130}, NULL) = 0
gettimeofday({1158293497, 594293}, NULL) = 0
lseek(44, 94464, SEEK_SET)              = 94464
write(44, "\0\1\0\6\221\0\1v\0\0\0\2E\n\'\370E\n\'\307E$p\223\0\0"...,
512) = 512
gettimeofday({1158293497, 595243}, NULL) = 0
gettimeofday({1158293497, 595351}, NULL) = 0
write(3, "5\20\4\0000\26h\1L\0\0\0\1\0\1\0\206\1\1\0", 20) = 20
read(3, 0xbff757c0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1Uv\307\0\0\0\0006\26h\1\3\0\0\0\0\0\0\0\0\0\0\0\4\0\0"...,
32) = 32
write(3, "5\1\4\0006\26h\1L\0\0\0\1\0\1\0\206\1\1\0", 20) = 20
read(3, 0xbff757c0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\251x\307\0\0\0\0007\26h\1\2\0\0\0\0\0\0\0\0\0\0\0\4"..., 32)
= 32
gettimeofday({1158293497, 600043}, NULL) = 0
gettimeofday({1158293497, 600113}, NULL) = 0
gettimeofday({1158293497, 600173}, NULL) = 0
gettimeofday({1158293497, 600239}, NULL) = 0
gettimeofday({1158293497, 600549}, NULL) = 0
gettimeofday({1158293497, 600604}, NULL) = 0
gettimeofday({1158293497, 600661}, NULL) = 0
gettimeofday({1158293497, 600721}, NULL) = 0
gettimeofday({1158293497, 603536}, NULL) = 0
gettimeofday({1158293497, 603612}, NULL) = 0
gettimeofday({1158293497, 603668}, NULL) = 0
futex(0x8b2c9c0, FUTEX_WAKE, 1)         = 1
futex(0x8b2c9bc, FUTEX_WAKE, 1)         = 1
gettimeofday({1158293497, 604350}, NULL) = 0
gettimeofday({1158293497, 604413}, NULL) = 0
gettimeofday({1158293497, 607550}, NULL) = 0
gettimeofday({1158293497, 619842}, NULL) = 0
gettimeofday({1158293497, 626756}, NULL) = 0
gettimeofday({1158293497, 626910}, NULL) = 0
access("/usr/lib/mozilla-firefox/plugins/libflashplayer.so", F_OK) = 0
gettimeofday({1158293497, 627623}, NULL) = 0
open("/dev/dsp", O_RDWR|O_NONBLOCK)     = 65
fcntl64(65, F_SETFL, O_RDONLY)          = 0
ioctl(65, SNDCTL_DSP_SETFMT or SOUND_PCM_READ_BITS, 0xbff7376c) = 0
ioctl(65, SNDCTL_DSP_STEREO, 0xbff73768) = 0
ioctl(65, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0xbff737a4) = 0
ioctl(65, SNDCTL_DSP_SETFRAGMENT, 0xbff737c0) = 0
fcntl64(65, F_SETFL, O_RDONLY)          = 0
close(65)                               = 0
open("/dev/mixer", O_RDWR)              = 65
open("/dev/mixer1", O_RDWR)             = 66
open("/dev/mixer2", O_RDWR)             = -1 ENODEV (No such device)
gettimeofday({1158293497, 641650}, NULL) = 0
write(3, "\222\3\n\0000\26h\1d\0`\1\0\6@\0\20\1\32\0\1\0\1\0\0\0"...,
124) = 124read(3, 0xbff738e0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0|\307\0\0\0\0008\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32)
= 32
write(3, "\2\3\4\0007\26h\1\0@\0\0\0\0\0\0\2\1\4\0007\26h\1\1\0\0"...,
88) = 88
read(3, 0xbff738e0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\1\0\200\307\0\0\0\0003\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4"...,
32) = 32
write(3, "\2\3\4\0008\26h\1\0@\0\0\0\0\0\0\2\1\4\0008\26h\1\1\0\0"...,
136) = 136
read(3, "\26\266\205\3078\26h\0018\26h\1\0\0\0\0\0\0\0\0X\0\37\0"...,
32) = 32
read(3, "\26\266\206\3077\26h\0017\26h\1\0\0\0\0\0\0\0\0X\0\37\0"...,
32) = 32
read(3, "\23W\207\3078\26h\0018\26h\1\0\26h\1\1\0\0\300\1\0\0\0"..., 32)
= 32
read(3, "\23W\210\3077\26h\0017\26h\1\0\26h\1\1\0\0\300\1\0\0\0"..., 32)
= 32
read(3, "\1\0\211\307\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0"...,
32) = 32
read(3, "|\200C\0|\200C\0\0\0\0\0", 12) = 12
read(3, "\1\20\212\307\0\0\0\0L\0\0\0\0\0\0\0X\0\37\0\0\0\0\0\0"..., 32)
= 32
write(3, "\2\3\4\0008\26h\1\0\10\0\0|\200K\0+\1\1\0", 20) = 20
read(3, "\1\2\214\307\0\0\0\0D\0`\1\4\0\0\0\0\0\0\0\4\0\0\0\334"..., 32)
= 32
gettimeofday({1158293497, 644695}, NULL) = 0
write(3, "\16\3\2\0008\26h\1", 8)       = 8
read(3, "\1\20\215\307\0\0\0\0L\0\0\0\0\0\0\0X\0\37\0\0\0\0\0(\0"...,
32) = 32
write(3, "\1\20\r\0003\26h\0018\26h\1\0\0\0\0X\0\37\0\0\0\1\0#\0"...,
56) = 56
read(3, 0xbff72fc0, 32)                 = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=3, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(3, "\20\377\216\3078\26h\0013\26h\1\0\0\0\0X\0\37\0\0\0\0\010"...,
32) = 32read(3,
"\1\0\217\307\0\0\0\0/\26h\1\1\0\0\0\0\0\0\0\0\0\0\0\4\0"..., 32) = 32
write(3, "\2\20\4\0003\26h\1\0@\0\0\0\0\0\0\2\0\4\0003\26h\1\2\0"...,
48) = 48
read(3, "\1\0\222\307\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0"...,
32) = 32
read(3, "\0\0b\0\0\0b\0\0\0\0\0", 12)   = 12
read(3, "\1\20\223\307\0\0\0\0L\0\0\0\0\0\0\0X\0\37\0\0\0\0\0\0"..., 32)
= 32
write(3, "\2\20\4\0003\26h\1\0\10\0\0\0\0z\0+\0\1\0", 20) = 20
read(3, "\1\2\225\307\0\0\0\0D\0`\1\4\0\0\0\0\0\0\0\4\0\0\0\334"..., 32)
= 32
write(63, "\2\3\4\0\223\4 \2\0\10\0\0_\200\t\0<\0\2\0\224\4 \2\222"...,
36) = 36read(63,
"\21+\330+\376\25h\1\376\25h\1XW\270\277U\370\6\10\200\247"..., 32) = 32
read(63, "\21W\330+\223\4 \2\223\4 \2\20\326\331\10\3347\34\10\364"...,
32) = 32read(63, "\21W\330+\216\26h\1\223\4
\2\20\326\331\10\3347\34\10\364"..., 32) = 32
read(63, "\21W\330+\216\26h\1\216\26h\1\20\326\331\10\3347\34\10"...,
32) = 32
read(63, "\0\3\331+\223\4 \2\0\0\2\0\20\0\0\0(\0\0\0\0\0\0\0\237"...,
32) = 32
open("/usr/share/X11/XErrorDB", O_RDONLY) = 67
fstat64(67, {st_mode=S_IFREG|0644, st_size=37893, ...}) = 0
read(67, "! $Xorg: XErrorDB,v 1.3 2000/08/"..., 37893) = 37893
close(67)                               = 0
write(2, "The program \'Gecko\' received an "..., 564) = 564
writev(17, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12
close(17)                               = 0
writev(15, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12
close(15)                               = 0
close(14)                               = 0
close(13)                               = 0
unlink("/tmp/orbit-mcd/linc-3ca1-0-f05e97783d4") = 0
close(16)                               = 0
unlink("/home/mcd/.mozilla/firefox/5jeisdxj.default/lock") = 0
munmap(0xb6a78000, 4096)                = 0
munmap(0xb72de000, 4096)                = 0
exit_group(1)                           = ?
Process 15521 detached

#305490#101
Date:
2006-12-23 00:51:56 UTC
From:
To:
#305490#106
Date:
2006-12-23 05:49:15 UTC
From:
To:
lør, 23,.12.2006 kl. 00.51 +0000, skrev Ben Hutchings:

Sounds exactly like it as far as I'm concerned. For what it's worth, it
seems related to how heavily Firefox is loaded - the more sluggish it is
(due to lots of tabs, javascript, memory fragmentation, whatever), the
more likely the problem is to appear.

#305490#111
Date:
2007-01-07 18:41:47 UTC
From:
To:
forwarded 305490 https://bugzilla.mozilla.org/show_bug.cgi?id=244482
thanks

* Ben Hutchings (ben@decadent.org.uk) wrote:

Nice catch.

#305490#124
Date:
2008-02-22 18:24:11 UTC
From:
To:
For reasons unknown to me, iceweasel will open a popup window that
appears crippled in most ways.  I've seen this on ebay and
slickdeals.net. Sometimes the window has new content that was meant
for the window I was using beforehand. There is no toolbars or
scrollbars of any kind.  The window is titled simply "unknown".  And as
I recall, the window has no resize or minimize elements, just an x to
close it.  Closing this popup causes iceweasel to up and quit on the
spot.  The next invcation of iceweasel reports that it apparently quit
unexpected.  However, the session data is usually a few minutes older
than the quit.

Hope this helps...

Thanks!

#305490#129
Date:
2008-07-02 17:30:18 UTC
From:
To:
So far I think the reports on bts describe the bug well.  Please
subscribe my email address to this bug.

I also have question regarding bug fixes in stable.  What conditions are
required before this bug would see a bugfix available in etch?

Thanks for your time,


Scott Edwards
-- Daxal Communications - http://www.daxal.com/?from=debian+bts