Re: [U-Boot] sandbox: Crash on startup

2011-11-02 Thread Simon Glass
On Tue, Nov 1, 2011 at 11:54 AM, Mike Frysinger wrote: > On Tuesday 01 November 2011 10:01:53 Simon Glass wrote: >> On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote: >> > I just wanted to play around with the sandbox "arch" of u-boot maybe >> > adding tun/tap support. Current head compiled s

Re: [U-Boot] sandbox: Crash on startup

2011-11-01 Thread Mike Frysinger
On Tuesday 01 November 2011 10:01:53 Simon Glass wrote: > On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote: > > I just wanted to play around with the sandbox "arch" of u-boot maybe > > adding tun/tap support. Current head compiled successfully but crashed > > immediately after startup in boar

Re: [U-Boot] sandbox: Crash on startup

2011-11-01 Thread Matthias Weisser
Am 01.11.2011 15:01, schrieb Simon Glass: > Mi Matthias, > > On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote: >> Dear Simon >> >> I just wanted to play around with the sandbox "arch" of u-boot maybe >> adding tun/tap support. Current head compiled successfully but crashed >> immediately af

Re: [U-Boot] sandbox: Crash on startup

2011-11-01 Thread Simon Glass
Mi Matthias, On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote: > Dear Simon > > I just wanted to play around with the sandbox "arch" of u-boot maybe > adding tun/tap support. Current head compiled successfully but crashed > immediately after startup in board_init_f: > >        gd = malloc(s

[U-Boot] sandbox: Crash on startup

2011-11-01 Thread Matthias Weisser
Dear Simon I just wanted to play around with the sandbox "arch" of u-boot maybe adding tun/tap support. Current head compiled successfully but crashed immediately after startup in board_init_f: gd = malloc(sizeof(gd_t)); assert(gd); memset((void *)gd, 0, sizeof(gd_t)); T