Comment #16 on issue 9007 by panther.ru: Crash on First Run
http://code.google.com/p/chromium/issues/detail?id=9007

Ubuntu Intrepid.

$ chromium-browser
[11761:11761:10118677618:ERROR:common/temp_scaffolding_stubs.cc(194)] Not  
implemented
reached in static bool FirstRun::IsChromeFirstRun()
Illegal instruction

$ strace chromium-browser
...
open("/tmp/chrome_shutdown_ms.txt", O_RDONLY) = -1 ENOENT (No such file or  
directory)
stat64("/tmp/chrome_shutdown_ms.txt", 0xbf9f1190) = -1 ENOENT (No such file  
or directory)
socket(PF_FILE, SOCK_STREAM, 0)         = 14
connect(14, {sa_family=AF_FILE,  
path="/home/panther/.config/chromium/Singleton
Socket"}, 110) = -1 ECONNREFUSED (Connection refused)
socket(PF_FILE, SOCK_STREAM, 0)         = 15
unlink("/home/panther/.config/chromium/Singleton Socket") = 0
bind(15, {sa_family=AF_FILE, path="/home/panther/.config/chromium/Singleton  
Socket"},
110) = 0
listen(15, 5)                           = 0
open("/dev/urandom", O_RDONLY)          = 16
read(16, "\311f\377\335Ez\366O", 8)     = 8
close(16)                               = 0
--- SIGILL (Illegal instruction) @ 0 (0) ---
+++ killed by SIGILL +++
Process 11649 detached

$ cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Pentium III (Coppermine)
stepping        : 10
cpu MHz         : 600.000
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36  
mmx fxsr
sse up
bogomips        : 1196.36
clflush size    : 32
power management:


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to