Re: Kconfig: conf segfault (with invalid kconfig contents)

2007-10-27 Thread Roman Zippel
Hi, On Thursday 25 October 2007, Sam Ravnborg wrote: > > It's clearly invalid in that it depends on what it selects, but it should > > just abort instead. > > Thanks for the report and especially for the testcase! > I will try to look at it a bit later if noone bites me (I'm afraid not). Well, y

Re: Kconfig: conf segfault (with invalid kconfig contents)

2007-10-25 Thread Sam Ravnborg
Hi Olof. On Tue, Oct 23, 2007 at 10:14:01PM -0500, Olof Johansson wrote: > Hi, > > Sorry, no patch, just a bugreport. :) > > I did a mistake in some Kconfig changes (locally) and got a segfault > from conf: > > #0 0x10005fe0 in sym_check_deps () > #1 0x10005f40 in sym_check_expr_deps () > #2

Kconfig: conf segfault (with invalid kconfig contents)

2007-10-23 Thread Olof Johansson
Hi, Sorry, no patch, just a bugreport. :) I did a mistake in some Kconfig changes (locally) and got a segfault from conf: #0 0x10005fe0 in sym_check_deps () #1 0x10005f40 in sym_check_expr_deps () #2 0x1000605c in sym_check_deps () #3 0x1000f3f4 in conf_parse () #4 0x10003824 in main () T