[hafqa] [hafqa] [Bug 883] DBus crashes on startup in scratchbox with qemu-arm
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Thu Nov 30 17:46:29 EET 2006
- Previous message: [hafqa] [Bug 881] Applications menus disappear
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=883 ------- Additional Comments From kimmo.hamalainen at nokia.com 2006-11-30 17:46 ------- I can reproduce even in my old Scratchbox (0.9.8.5 something). strace shows this: [sbox-ARM2: ~] > strace dbus-daemon --system execve("/usr/bin/dbus-daemon", ["dbus-daemon", "--system"], [/* 51 vars */]) = 0 uname({sys="Linux", node="mylly", ...}) = 0 brk(0) = 0x80b1000 brk(0x80d2000) = 0x80d2000 open("/targets/links/scratchbox.config", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0664, st_size=1066, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fff000 read(3, "# Automatically generated config"..., 4096) = 1066 read(3, "", 4096) = 0 close(3) = 0 munmap(0xb7fff000, 4096) = 0 open("/tmp/cputransp_kihamala.log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3 fstat64(3, {st_mode=S_IFREG|0664, st_size=1354945, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fff000 fstat64(3, {st_mode=S_IFREG|0664, st_size=1354945, ...}) = 0 _llseek(3, 1354945, [1354945], SEEK_SET) = 0 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat64("/home/kihamala", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 gettimeofday({1164901545, 191317}, NULL) = 0 open("/scratchbox/etc/localtime", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=682, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ffe000 read(4, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0"..., 4096) = 682 close(4) = 0 munmap(0xb7ffe000, 4096) = 0 getpid() = 29594 write(3, "[2006-11-30 15:45:45 29594] meth"..., 108) = 108 rt_sigaction(SIGCHLD, {0x80488f0, [], SA_RESTORER, 0x80496e8}, NULL, 8) = 0 fork() = 29595 waitpid(29595, Failed to start message bus: No memory to read directory entry [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 29595 --- SIGCHLD (Child exited) @ 0 (0) --- sigreturn() = ? (mask now []) gettimeofday({1164901545, 265714}, NULL) = 0 getpid() = 29594 write(3, "[2006-11-30 15:45:45 29594] rc: "..., 50) = 50 munmap(0xb7fff000, 4096) = 0 exit_group(1) = ? [sbox-ARM2: ~] > I'm not sure if this is D-Bus problem at all... -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 881] Applications menus disappear
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]