From: Steffen Sledz <sledz@dresearch.de>
To: openembedded-devel@lists.openembedded.org
Subject: bitbake freeze :(
Date: Tue, 22 Sep 2009 15:22:25 +0200 [thread overview]
Message-ID: <4AB8CF91.1070907@dresearch.de> (raw)
Since a few days i see this crazy behavior. Sometimes bitbake freezes (everytime at the same stages if it freezes) when building a target (e.g. with "bitbake drapptempl"). top tells me that a "make all" process is running and consuming all resources of one cpu. The last lines of an strace show always something like this:
...
5909 stat64(".deps/drapptempl-main.Po", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
5909 lstat64(".deps/drapptempl-main.Tpo", {st_mode=S_IFREG|0644, st_size=32496, ...}) = 0
5909 lstat64(".deps/drapptempl-main.Po", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
5909 rename(".deps/drapptempl-main.Tpo", ".deps/drapptempl-main.Po") = 0
5909 close(0) = 0
5909 close(1) = 0
5909 close(2) = 0
5909 exit_group(0) = ?
5898 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5909
5898 --- SIGCHLD (Child exited) @ 0 (0) ---
5898 sigreturn() = ? (mask now [])
5898 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU], NULL, 8) = 0
5898 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
5898 stat64("drapptempl-main.o", {st_mode=S_IFREG|0644, st_size=107848, ...}) = 0
The recipe for the freezing task looks like this:
DESCRIPTION = "HydraIP Linux Application Template"
SECTION = "console/utils"
PRIORITY = "optional"
DEPENDS = "libdrhip"
#SRCREV = "1390"
SRCREV = "${AUTOREV}"
PR = "r1"
SRC_URI="svn://something.else/repos/HydraIP/trunk/LINUX;module=drapptempl;proto=https"
PV = "svnr${SRCREV}"
S = "${WORKDIR}/drapptempl"
EXTRA_OECONF = "--with-libdrhip-path=${STAGING_DIR_TARGET}"
inherit autotools
Any idea what's going wrong here? Or how to isolate the problem?
Steffen
next reply other threads:[~2009-09-22 13:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-22 13:22 Steffen Sledz [this message]
2009-09-22 17:51 ` bitbake freeze :( Khem Raj
2009-09-23 7:32 ` Steffen Sledz
2009-09-23 23:44 ` Khem Raj
2009-09-22 18:28 ` Cliff Brake
2009-09-22 18:38 ` Denys Dmytriyenko
2009-09-23 7:19 ` Steffen Sledz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AB8CF91.1070907@dresearch.de \
--to=sledz@dresearch.de \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.