All of lore.kernel.org
 help / color / mirror / Atom feed
* udevd receives SIGILL
@ 2009-03-23  8:20 unsik Kim
  0 siblings, 0 replies; only message in thread
From: unsik Kim @ 2009-03-23  8:20 UTC (permalink / raw)
  To: openembedded-devel

Hello?

Recently I started to change development platform poky to oe, but I have some troubles.

machine : custom PXA270 board.
kernel : custom 2.6.29-rc8
oe git : 49c1a7699ac24c580449c13bc3dba425f1d2bb48 (almost current)
image : base-image (use as NFS-root)

udevd receives SIGILL signal.

I found current oe and poky use same source code for udev package (differences are scripts and build env.)
Here's some tries I did.
If I use udev package from poky in oe's base-image, boot well.
If I provide /etc/dev.tar and using oe's udev package also boot well.
If I change nothing(same as first boot), udevd receive SIGILL.

followings are gdb debug results:

Program received signal SIGILL, Illegal instruction.
0x00009a98 in sig_handler (signum=17) at udevd.c:818
818		write(signal_pipe[WRITE_END], "", 1);
(gdb) l 818
813				reload_config = 1;
814				break;
815		}
816	
817		/* write to pipe, which will wakeup select() in our mainloop */
818		write(signal_pipe[WRITE_END], "", 1);
819	}
820	
821	static void udev_done(int pid, int exitstatus)
822	{

and, debug output message (I use --debug --debug-trace option)
[555] get_ctrl_msg: udevd message (ENV) received, set 'STARTUP=1'
[555] msg_queue_insert: seq 372 queued, 'add' 'bus'
[565] pass_env_to_socket: passed -1 bytes to socket '@/org/kernel/udev/monitor',
[565] pass_env_to_socket: passed -1 bytes to socket '/org/kernel/udev/monitor',
[565] udev_event_run: seq 372 finished with 0

-- 
Regards,
unsik Kim



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-23  8:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23  8:20 udevd receives SIGILL unsik Kim

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.