Ubuntu Pastebin

Paste from ysionneau at Tue, 22 Mar 2016 17:40:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
yann@imperium:~/dev/snappy/1604/packages/images$ sudo  ./ubuntu-device-flash core -o paros.img --gadget=../paros_gadget/paros_1.0_all.snap --kernel=../paros_kernel/paros-kernel_3.10.67_arm64.snap  --os=../paros_kernel/parts/kernel/build/os.snap --developer-mode rolling
Determining gadget configuration
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x590be2]

goroutine 1 [running, locked to thread]:
launchpad.net/goget-ubuntu-touch/diskimage.(*BaseImage).GenericBootSetup(0xc82011c750, 0xc8201494a0, 0x1c, 0x0, 0x0)
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/diskimage/common.go:535 +0xb82
launchpad.net/goget-ubuntu-touch/diskimage.CoreUBootImage.SetupBoot(0xc82012e6c0, 0x17, 0xc82005b780, 0x4, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/diskimage/core_uboot.go:128 +0x1e3
launchpad.net/goget-ubuntu-touch/diskimage.(*CoreUBootImage).SetupBoot(0xc820068300, 0x0, 0x0)
	<autogenerated>:44 +0xbc
main.(*Snapper).setup(0xe43b88, 0xc82011d7d8, 0x0, 0x0, 0x0, 0x0)
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:605 +0x2672
main.(*Snapper).deploy(0xe43b88, 0xc82011d7d8, 0x0, 0x0, 0x0, 0x0)
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:651 +0x290
main.(*Snapper).create(0xe43b88, 0x0, 0x0)
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:814 +0xb9e
main.(*CoreCmd).Execute(0xe43b60, 0xc82000aab0, 0x1, 0x9, 0x0, 0x0)
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/core.go:85 +0x3b1
github.com/jessevdk/go-flags.(*Parser).ParseArgs(0xc820014cd0, 0xc82000a090, 0x9, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/egon/devel/go/src/github.com/jessevdk/go-flags/parser.go:278 +0x8dd
main.execute(0xc82000a090, 0x9, 0x9)
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/main.go:64 +0x3c9
main.main()
	/home/egon/devel/go/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/main.go:46 +0x3b
Download as text