emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60 bootstrap fails for maemo


From: Thomas Baumann
Subject: Re: 23.0.60 bootstrap fails for maemo
Date: Sun, 10 Feb 2008 21:02:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

> Thomas Baumann <address@hidden> writes:
>
>
>   > qemu: Unsupported syscall: 26
>   > Could not open /proc/1785/status
>   > (gdb) bt
>   > qemu: Unsupported syscall: 26
>
> What syscall is 26 on that platform? From the warnings it sounds like it
> might be ptrace.  If it is, then debugging will be challenging... 
> Do you get the same problems if you try on the real hardware instead of
> the simulator?

I guess you're right with syscall 26 and I'm sorry, there are no
development packages installed on the device itself (yet). I just tried
to connect with ddd but without success. strace is all I can offer:

[sbox-CHINOOK_ARMEL: /tmp/emacs] > strace src/temacs -batch -f 
batch-byte-compile unidata-gen.el
execve("src/temacs", ["src/temacs", "-batch", "-f", "batch-byte-compile", 
"unidata-gen.el"], [/* 45 vars */]) = 0
uname({sys="Linux", node="norvel", ...}) = 0
brk(0)                                  = 0x80b2000
brk(0x80d3000)                          = 0x80d3000
open("/targets/links/scratchbox.config", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=1141, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40000000
read(3, "# Automatically generated config"..., 4096) = 1141
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x40000000, 4096)                = 0
open("/tmp/cputransp_tb.log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=527861, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40001000
fstat64(3, {st_mode=S_IFREG|0644, st_size=527861, ...}) = 0
_llseek(3, 527861, [527861], SEEK_SET)  = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=1192, ...}) = 0
stat64("/tmp/emacs", {st_mode=S_IFDIR|0755, st_size=1192, ...}) = 0
gettimeofday({1202673636, 341111}, NULL) = 0
open("/scratchbox/etc/localtime", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2295, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40002000
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0"..., 4096) = 
2295
close(4)                                = 0
munmap(0x40002000, 4096)                = 0
getpid()                                = 23296
open("/scratchbox/etc/scratchbox-version", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40000000
read(4, "1.0.8\nWed,  1 Aug 2007 15:05:22 "..., 4096) = 38
close(4)                                = 0
munmap(0x40000000, 4096)                = 0
open("src/temacs", O_RDONLY)            = 4
fstat64(4, {st_mode=S_IFREG|0775, st_size=21222617, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40002000
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0(\0\1\0\0\0\310C\1\000"..., 4096) = 
4096
close(4)                                = 0
munmap(0x40002000, 4096)                = 0
write(3, "[2008-02-10 20:00:36 23296] meth"..., 184) = 184
rt_sigaction(SIGCHLD, {0x8048bb0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0
rt_sigaction(SIGTERM, {0x8048bc0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0
rt_sigaction(SIGHUP, {0x8048bc0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0
rt_sigaction(SIGINT, {0x8048bc0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0
fork()                                  = 23297
waitpid(23297, Loading loadup.el (source)...
Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp 
/tmp/emacs/lisp/language /tmp/emacs/lisp/international 
/tmp/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
qemu: uncaught target signal 11 (Segmentation fault) - exiting
[{WIFEXITED(s) && WEXITSTATUS(s) == 245}], 0) = 23297
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [RTMIN])
gettimeofday({1202673637, 380009}, NULL) = 0
getpid()                                = 23296
write(3, "[2008-02-10 20:00:37 23296] rc: "..., 52) = 52
munmap(0x40001000, 4096)                = 0
exit_group(245)                         = ?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]