You are not logged in.
Pages: 1
Topic closed
Chromium is freezing quite frequently on my machine when I open a new tab. As soon as I type first letter in the address bar, the whole browser freezes and I have to "killall -9" it. It doesn't happen every time, but it happens frequently enough to make Chromium pretty useless. I'm sure it is not a plugin or extension issue, anybody else is getting this?
strace
connect(146, {sa_family=AF_FILE, path="/home/madcat/.pulse/3b7eda25b6d2d6f2ffe2c17d00000532-runtime/native"}, 110) = -1 ENOENT (No such file or directory)
close(146) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 146
fcntl(146, F_GETFD) = 0x1 (flags FD_CLOEXEC)
setsockopt(146, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
fcntl(146, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(146, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(146, {sa_family=AF_FILE, path="/home/madcat/.pulse/native"}, 110) = -1 ENOENT (No such file or directory)
close(146) = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 146
fcntl(146, F_GETFD) = 0x1 (flags FD_CLOEXEC)
setsockopt(146, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
fcntl(146, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(146, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(146, {sa_family=AF_FILE, path="/var/run/pulse/native"}, 110) = -1 ENOENT (No such file or directory)
close(146) = 0
rt_sigaction(SIGCHLD, NULL, {0x7f317c34f6c0, [], SA_RESTORER, 0x7f3177c8a270}, 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f317ba3ebd0) = 10492
wait4(10492,
Last edited by MadCat_X (2012-03-29 16:54:25)
Offline
try to remove libcanberra-pulse
Last edited by Sam Vimes (2012-03-25 20:01:35)
Offline
Interesting, it looks like it's helped, I haven't had a single crash since I removed the library. Thank you. I'd like to test it a bit more thoroughly before I mark this as solved...
Offline
Split new problem with Chromium segfaulting to a different thread https://bbs.archlinux.org/viewtopic.php?id=139213
It is clearly a different problem...
Closing this thread
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed