Skip to content

Instantly share code, notes, and snippets.

@compleatang
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save compleatang/11366743 to your computer and use it in GitHub Desktop.

Select an option

Save compleatang/11366743 to your computer and use it in GitHub Desktop.
SegFault on html Import
<!DOCTYPE html>
<html>
<head>
<title>EPM</title>
<meta charset='utf-8'>
<meta content='Front End for Ethereum Package Manager' name='description'>
<meta content='Casey Kuhlman' name='author'>
<link href='http://localhost:9090/assets/styles/application' rel='stylesheet'>
</head>
<body>
<div class='container-fluid col-xs-12'>
<nav class='navbar navbar-default' role='navigation'>
<ul class='nav navbar-nav navbar-index'>
<li class='col-xs-1 col-xs-offset-3'>
<a href='/library'>
<button class='btn btn-default btn-lg glyphicon glyphicon-th-large'></button>
</a>
<h4>Browse</h4>
</li>
<li class='col-xs-1'>
<a href='http://localhost:9090/contract/new'>
<button class='btn btn-default btn-lg glyphicon glyphicon-road'></button>
</a>
<h4>Contract</h4>
</li>
<li class='col-xs-1'>
<a href='http://localhost:9090/listen'>
<button class='btn btn-default btn-lg glyphicon glyphicon-play-circle'></button>
</a>
<h4>Listen</h4>
</li>
<li class='col-xs-1'>
<a href='http://localhost:9090/transactions'>
<button class='btn btn-default btn-lg glyphicon glyphicon-inbox'></button>
</a>
<h4>Transact</h4>
</li>
<li class='col-xs-1'>
<a href='http://localhost:9090/queries'>
<button class='btn btn-default btn-lg glyphicon glyphicon-tasks'></button>
</a>
<h4>Query</h4>
</li>
<li class='col-xs-1'>
<a href='http://localhost:9090/settings'>
<button class='btn btn-default btn-lg glyphicon glyphicon-cog'></button>
</a>
<h4>Configure</h4>
</li>
</ul>
</nav>
</div>
</body>
<script src='http://localhost:9090/assets/scripts/application'></script>
</html>
2014/04/28 23:28:37 [CHAIN] Last known block height #1
2014/04/28 23:28:37 Last block: ab6b9a5613970faa771b12d449b2e9bb925ab7a369f0a4b86b286e9d540099cf
2014/04/28 23:28:37 Starting Ethereum GUI v0.5
2
2014/04/28 23:28:37 [GUI] Starting GUI
2014/04/28 23:28:38 wallet.qml:438: file:////home/coda/sites/gostuff/src/github.com/ethereum/go-ethereum/ethereal/assets/qml/wallet.qml:438: ReferenceError: parent is not defined
2014/04/28 23:28:43 plugin.cpp:52:
WARNING: This project is using the experimental QML API extensions for QtWebKit and is therefore tied to a specific QtWebKit release.
WARNING: The experimental API will change from version to version, or even be removed. You have been warned!
SIGSEGV: segmentation violation
PC=0x7fdb6881952a
signal arrived during cgo execution
runtime.cgocallbackg()
/usr/lib/go/src/pkg/runtime/cgocall.c:267 +0x89 fp=0x7fdb60ff06d0
runtime.cgocallback_gofunc(0x498f53, 0x43f1c0, 0x7fdb60ff0748)
/usr/lib/go/src/pkg/runtime/asm_amd64.s:711 +0x67 fp=0x7fdb60ff06e0
runtime.asmcgocall(0x43f1c0, 0x7fdb60ff0748)
/usr/lib/go/src/pkg/runtime/asm_amd64.s:618 +0x2d fp=0x7fdb60ff06e8
runtime.cgocall(0x43f1c0, 0x7fdb60ff0748)
/usr/lib/go/src/pkg/runtime/cgocall.c:149 +0x133 fp=0x7fdb60ff0730
github.com/go-qml/qml._Cfunc_componentCreateWindow(0x3a426c0, 0x0, 0x7fdb6a5341a0)
github.com/go-qml/qml/_obj/_cgo_defun.c:84 +0x31 fp=0x7fdb60ff0748
github.com/go-qml/qml.func·023()
/home/coda/sites/gostuff/src/github.com/go-qml/qml/qml.go:731 +0x57 fp=0x7fdb60ff0770
github.com/go-qml/qml.RunMain(0xc210e470e0)
/home/coda/sites/gostuff/src/github.com/go-qml/qml/bridge.go:63 +0xcc fp=0x7fdb60ff0798
github.com/go-qml/qml.(*Common).CreateWindow(0xc210e480b0, 0x0, 0x5b)
/home/coda/sites/gostuff/src/github.com/go-qml/qml/qml.go:732 +0x117 fp=0x7fdb60ff07e0
github.com/ethereum/go-ethereum/ethereal/ui.(*UiLib).OpenHtml(0xc210e32080, 0xc210e4b040, 0x34)
/home/coda/sites/gostuff/src/github.com/ethereum/go-ethereum/ethereal/ui/ui_lib.go:62 +0x1b7 fp=0x7fdb60ff0888
runtime.call32(0x8434d8, 0xc210e470a0)
/usr/lib/go/src/pkg/runtime/asm_amd64.s:339 +0x32 fp=0x7fdb60ff08b0
reflect.Value.call(0x843300, 0xc210e32080, 0xf38, 0x873620, 0x4, ...)
/usr/lib/go/src/pkg/reflect/value.go:474 +0xe0b fp=0x7fdb60ff0af0
reflect.Value.Call(0x843300, 0xc210e32080, 0xf38, 0x7fdb60ff0cf0, 0x1, ...)
/usr/lib/go/src/pkg/reflect/value.go:345 +0x9d fp=0x7fdb60ff0b50
github.com/go-qml/qml.hookGoValueCallMethod(0x154acb0, 0xc21001f910, 0x7, 0x7ffff77fe5d0)
/home/coda/sites/gostuff/src/github.com/go-qml/qml/bridge.go:497 +0x40c fp=0x7fdb60ff0de8
----- stack segment boundary -----
runtime.cgocallbackg1()
/usr/lib/go/src/pkg/runtime/cgocall.c:296 +0xbf fp=0x7fdb60ff0ec0
runtime.cgocallbackg()
/usr/lib/go/src/pkg/runtime/cgocall.c:266 +0x84 fp=0x7fdb60ff0ed0
runtime.cgocallback_gofunc(0x498f53, 0x43f090, 0x7fdb60ff0f48)
/usr/lib/go/src/pkg/runtime/asm_amd64.s:711 +0x67 fp=0x7fdb60ff0ee0
runtime.asmcgocall(0x43f090, 0x7fdb60ff0f48)
/usr/lib/go/src/pkg/runtime/asm_amd64.s:618 +0x2d fp=0x7fdb60ff0ee8
runtime.cgocall(0x43f090, 0x7fdb60ff0f48)
/usr/lib/go/src/pkg/runtime/cgocall.c:149 +0x133 fp=0x7fdb60ff0f30
github.com/go-qml/qml._Cfunc_applicationExec(0xefc598)
github.com/go-qml/qml/_obj/_cgo_defun.c:57 +0x31 fp=0x7fdb60ff0f48
github.com/go-qml/qml.guiLoop()
/home/coda/sites/gostuff/src/github.com/go-qml/qml/bridge.go:43 +0x132 fp=0x7fdb60ff0fa0
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1394 fp=0x7fdb60ff0fa8
created by github.com/go-qml/qml.Init
/home/coda/sites/gostuff/src/github.com/go-qml/qml/qml.go:44 +0xa0
goroutine 1 [semacquire]:
sync.runtime_Semacquire(0xc210e4501c)
/usr/lib/go/src/pkg/runtime/sema.goc:199 +0x30
sync.(*Mutex).Lock(0xc210e45018)
/usr/lib/go/src/pkg/sync/mutex.go:66 +0xd6
github.com/go-qml/qml.(*Window).Wait(0xc2109b6070)
/home/coda/sites/gostuff/src/github.com/go-qml/qml/qml.go:892 +0x9b
github.com/ethereum/go-ethereum/ethereal/ui.(*Gui).Start(0xc21001f780, 0x7ffff7800c86, 0x4c)
/home/coda/sites/gostuff/src/github.com/ethereum/go-ethereum/ethereal/ui/gui.go:113 +0x855
main.main()
/home/coda/sites/gostuff/src/github.com/ethereum/go-ethereum/ethereal/ethereum.go:107 +0x6a4
goroutine 3 [syscall]:
os/signal.loop()
/usr/lib/go/src/pkg/os/signal/signal_unix.go:21 +0x1e
created by os/signal.init·1
/usr/lib/go/src/pkg/os/signal/signal_unix.go:27 +0x31
goroutine 4 [syscall]:
runtime.cgocallbackg()
/usr/lib/go/src/pkg/runtime/cgocall.c:267 +0x89
runtime.cgocallback_gofunc(0x0, 0x0, 0x0)
/usr/lib/go/src/pkg/runtime/asm_amd64.s:711 +0x67
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1394
goroutine 6 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc21006db40)
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:115 +0x1c5
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db.go:114 +0x402
goroutine 7 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compaction(0xc21006db40)
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:437 +0x75f
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db.go:117 +0x443
goroutine 8 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).writeJournal(0xc21006db40)
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db_write.go:36 +0x142
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db.go:118 +0x45a
goroutine 9 [select]:
github.com/ethereum/eth-go/ethchain.(*TxPool).queueHandler(0xc210070c00)
/home/coda/sites/gostuff/src/github.com/ethereum/eth-go/ethchain/transaction_pool.go:170 +0x541
created by github.com/ethereum/eth-go/ethchain.(*TxPool).Start
/home/coda/sites/gostuff/src/github.com/ethereum/eth-go/ethchain/transaction_pool.go:239 +0x2e
goroutine 10 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc21006dd80)
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:115 +0x1c5
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db.go:114 +0x402
goroutine 11 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compaction(0xc21006dd80)
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:437 +0x75f
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db.go:117 +0x443
goroutine 12 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).writeJournal(0xc21006dd80)
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db_write.go:36 +0x142
created by github.com/syndtr/goleveldb/leveldb.openDB
/home/coda/sites/gostuff/src/github.com/syndtr/goleveldb/leveldb/db.go:118 +0x45a
goroutine 15 [chan receive]:
github.com/ethereum/go-ethereum/ethereal/ui.(*Gui).update(0xc21001f780)
/home/coda/sites/gostuff/src/github.com/ethereum/go-ethereum/ethereal/ui/gui.go:151 +0x383
created by github.com/ethereum/go-ethereum/ethereal/ui.(*Gui).Start
/home/coda/sites/gostuff/src/github.com/ethereum/go-ethereum/ethereal/ui/gui.go:109 +0x82b
goroutine 16 [syscall]:
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1394
rax 0x7fdb682dd618
rbx 0x3a33710
rcx 0x2
rdx 0x7fdb682dd700
rdi 0x7fdb227de880
rsi 0x7572726f63207369
rbp 0x7fdb227de880
rsp 0x7ffff77fdd60
r8 0x1a
r9 0x11
r10 0x0
r11 0x206
r12 0x7572726f63207369
r13 0x1667a00
r14 0x7ffff77fde50
r15 0x21
rip 0x7fdb6881952a
rflags 0x10216
cs 0x33
fs 0x0
gs 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment