Ubuntu Pastebin

Paste from Chipaca at Wed, 24 Jun 2015 11:07:28 +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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
john@fogey:/tmp/grubcfg/generic-amd64$ sudo ~/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/udf core rolling --oem=generic-amd64_1.1_all.snap --channel edge -o wily.img --developer-mode
Determining oem configuration
Fetching information from server...
Downloading and setting up...
77.70 MB / 77.70 MB [=====================================================================================================================================================================] 100.00 % 2.90 MB/s 26s
Installing generic-amd64_1.1_all.snap
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x6a8fe0]

goroutine 1 [running, locked to thread]:
launchpad.net/snappy/partition.newBootLoader(0xc208059700, 0x8c5cf0, 0xa, 0x1d)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/partition/bootloader.go:139 +0x490
launchpad.net/snappy/partition.newGrub(0xc208059700, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/partition/bootloader_grub.go:60 +0x8a
launchpad.net/snappy/partition.bootloaderImpl(0xc208059700, 0x0, 0x0, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/partition/bootloader.go:106 +0x95
launchpad.net/snappy/partition.(*Partition).BootloaderDir(0xc208059700, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/partition/partition.go:824 +0x41
launchpad.net/snappy/snappy.doInstall(0x7ffed4f693bb, 0x1a, 0xb, 0x7f96ee961f90, 0xc2081cad40, 0x0, 0x0, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/snappy/install.go:100 +0x192
launchpad.net/snappy/snappy.Install(0x7ffed4f693bb, 0x1a, 0xb, 0x7f96ee961f90, 0xc2081cad40, 0x0, 0x0, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/snappy/install.go:76 +0x83
main.(*Snapper).install(0xcf9aa8, 0xc2081cad00, 0x1e, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:183 +0x7f1
main.(*Snapper).setup(0xcf9aa8, 0xc2082700c0, 0x3, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:364 +0x7b2
main.(*Snapper).deploy(0xcf9aa8, 0xc20826c740, 0xc2082700c0, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:409 +0x130
main.(*Snapper).create(0xcf9aa8, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:551 +0x137c
main.(*CoreCmd).Execute(0xcf9a80, 0xc20800aa20, 0x1, 0x9, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/core.go:82 +0x458
github.com/jessevdk/go-flags.(*Parser).ParseArgs(0xc20802c320, 0xc20800a000, 0x9, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0)
	/home/john/canonical/goget-ubuntu-touch/src/github.com/jessevdk/go-flags/parser.go:278 +0x8c1
main.main()
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/main.go:62 +0x3ac

goroutine 5 [syscall, 1 minutes]:
os/signal.loop()
	/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
	/usr/local/go/src/os/signal/signal_unix.go:27 +0x35

goroutine 6 [chan receive, 1 minutes]:
launchpad.net/snappy/partition.func·008()
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/partition/partition.go:270 +0x52
created by launchpad.net/snappy/partition.setupSignalHandler
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/snappy/partition/partition.go:275 +0x21e

goroutine 17 [syscall, 1 minutes, locked to thread]:
runtime.goexit()
	/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1

goroutine 52 [chan receive]:
main.func·004()
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:545 +0x1e8
created by main.(*Snapper).create
	/home/john/canonical/goget-ubuntu-touch/src/launchpad.net/goget-ubuntu-touch/ubuntu-device-flash/snappy.go:548 +0x1349
john@fogey:/tmp/grubcfg/generic-amd64$ 
Download as text