Skip to content

Instantly share code, notes, and snippets.

digraph cascading {
source1->A
A->FileTap
A->sink1
source3->C
source4->D
FileTap->C
FileTap->D
C->sink2
D->sink3
2013-02-22 11:37:58,824 [NioProcessor-2] INFO o.a.s.s.s.ServerSession - Closing session
2013-02-22 11:38:00,447 [Grizzly(1)] ERROR o.g.j.s.ServerRuntime$Responder - An I/O error has occurred while writing a response message entity to the container output stream.
java.io.IOException: java.util.concurrent.TimeoutException
at org.glassfish.grizzly.utils.Exceptions.makeIOException(Exceptions.java:62) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.io.OutputBuffer.blockAfterWriteIfNeeded(OutputBuffer.java:959) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.io.OutputBuffer.write(OutputBuffer.java:690) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:84) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:111) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.codehaus.jackson.impl
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0x10f621a0, 0xb6275680, 0x1245d780, 0x4, 0x0)
/go/src/github.com/ethereum/go-ethereum/p2p/server.go:612 +0x1ec
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop.func1(0x10f621a0, 0xb6275680, 0x1245d780, 0x110acfc0)
/go/src/github.com/ethereum/go-ethereum/p2p/server.go:591 +0x3c
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/go/src/github.com/ethereum/go-ethereum/p2p/server.go:593 +0x608
goroutine 401 [runnable]:
math/big.divWW_g(0x89f18e39, 0x99ff5496, 0xffffffff, 0x130a6c34, 0x1d)
/usr/local/go/src/math/big/arith.go:132
Hey @tgerring , can you be more specific about the work on mobile builds? Is this related to @karalabe 's xgo?
iurimatias 14:36
where are the mobile builds?
*code
tgerring 14:40
@anthony-cros yes, we're primarily using xgo and @karalabe had a version of the "full client" running on android. once the light-client code is finished, it should be trivial to produce a build for android/ios
Go 1.5 includes better mobile support, so we benefit from their efforts greatly
obscuren 14:41
I think he already had it working :smile:
on a watch !
-- boost headers: /home/tony/eth/151010053532/installs/boost/include
-- boost lib : /home/tony/eth/151010053532/installs/boost/lib/libboost_thread.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_date_time.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_system.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_regex.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_chrono.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_filesystem.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_unit_test_framework.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_program_options.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_random.so
------------------------------------------------------------------------
-- Configuring ethereum
------------------------------------------------------------------------
-- CMake Version 3.3.2
-- CMAKE_BUILD_TYPE Build type
-- TARGET_PLATFO
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c 3way.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c adler32.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c algebra.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c algparam.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c arc4.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c asn.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c authenc.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c base32.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c ba
sh-4.1$ gdb eth
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "armv7l-tizen-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
File: /home/xcompiler/eth/151127041039/installs/jsoncpp/lib/libjsoncpp.a(json_reader.cpp.o)
Attribute Section: aeabi
File Attributes
Tag_CPU_name: "7-A"
Tag_CPU_arch: v7
Tag_CPU_arch_profile: Application
Tag_ARM_ISA_use: Yes
Tag_THUMB_ISA_use: Thumb-2
Tag_FP_arch: VFPv2
Tag_ABI_PCS_wchar_t: 4
I1201 10:49:39.332672 32022 transaction_pool.go:313] tx error: Known transaction (b4d4f995)
I1201 10:49:39.332794 32022 transaction_pool.go:313] tx error: Known transaction (10b9e5e9)
I1201 10:49:39.332885 32022 transaction_pool.go:313] tx error: Known transaction (c728bdc0)
I1201 10:49:39.333007 32022 transaction_pool.go:313] tx error: Known transaction (ddab9c32)
I1201 10:49:39.340332 32022 transaction_pool.go:313] tx error: Insufficient funds for gas * price + value
I1201 10:49:39.345336 32022 transaction_pool.go:313] tx error: Insufficient funds for gas * price + value
I1201 10:49:39.350555 32022 transaction_pool.go:313] tx error: Account does not exist or account balance too low
I1201 10:49:39.361694 32022 transaction_pool.go:257] (t) 3765376563313561 => [NEW_CONTRACT] (0x15c528) d1f27cfe29dcb7ccc85af8b1b5d339e1ea28826a025d2fad785806802f0bc728
I1201 10:49:39.361938 32022 transaction_pool.go:316] tx d1f27cfe
I1201 10:49:39.362060 32022 transaction_pool.go:313] tx error: Known transacti
$ gdb ./eth
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see: