Switch to DuckDuckGo Search
   March 23, 2019  
< | 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 | >

Toggle Join/Part | bottom
[00:28:37] <SebasC> looks like it is send as an empty message...
[00:28:47] <SebasC> still gets there but no payload :)
[00:28:58] <SebasC> correct me if I am wrong tho, could be a program glitch
[00:43:28] *** cognifloyd <cognifloyd!~cognifloy@rrcs-24-173-49-18.sw.biz.rr.com> has quit IRC (Quit: Leaving.)
[00:57:14] <SebasC> the message size is 0.. if i close the message my backlog queue crashes :) because the actual message is free'd from the zmq_msg_t in my backlog :) zero copy indeed, but with a flaw?
[01:20:43] <SebasC> thank god for valgrind :)
[01:20:54] <SebasC> altho I am an atheist xD
[01:49:44] <SebasC> haha when program A crashes... my other program crashes because of zeromq.. https://pastebin.com/diWqaJ87
[01:50:24] <SebasC> zeromq is very very delicate lol
[02:10:25] <SebasC> very weird, any hints what is going wrong? https://pastebin.com/wgfftWqV
[02:16:11] <SebasC> Guess I am trashing the memory :) valgrind says so xD
[02:41:05] <SebasC> I commented all my zmq_msg_close's and free's in the entire program (80kb) and still getting accessing in free'd from valgrind wtf :)
[02:41:17] <SebasC> zmq is freeing the memory for some reason
[02:54:51] <SebasC> found it.. zmq_msg_send is closing the zmq_msg_t before I give the zmq_msg_close call :)
[03:41:21] <SebasC> also... why is 25% of my program time spend in: 277,705,492 ???:std::_Rb_tree_increment(std::_Rb_tree_node_base*) [/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25]
[03:41:21] <SebasC> ??
[03:42:39] <SebasC> I am doing a double indexing on each router id... using a radix tree... 256 slots with each 256 slots etc.. and my algo is only using
[03:42:40] <SebasC> 646,206 /home/sebas/kluster/kmlib/../libs/ri.c:ri_find [/home/sebas/kluster/service/kmservice]
[03:44:59] *** marijnfs <marijnfs!~marijnfs@ppp-93-104-89-64.dynamic.mnet-online.de> has joined #zeromq
[03:45:02] *** marijnfs_ <marijnfs_!~marijnfs@ppp-93-104-64-106.dynamic.mnet-online.de> has quit IRC (Ping timeout: 245 seconds)
[04:27:49] *** drbobbeaty <drbobbeaty!~drbob@2601:249:1000:71d0:48a:35fb:a00a:abe6> has quit IRC (Write error: Connection reset by peer)
[04:28:31] *** drbobbeaty <drbobbeaty!~drbob@2601:249:1000:71d0:48a:35fb:a00a:abe6> has joined #zeromq
[04:35:59] *** SebasC <SebasC!~Sebas@217-62-241-174.cable.dynamic.v4.ziggo.nl> has quit IRC (Quit: Leaving)
[05:33:18] *** guido_g <guido_g!~guido_g@31.16.63.156> has quit IRC (Ping timeout: 244 seconds)
[05:33:31] *** guido_g <guido_g!~guido_g@ip1f103f9c.dynamic.kabel-deutschland.de> has joined #zeromq
[10:05:07] *** drbobbeaty <drbobbeaty!~drbob@2601:249:1000:71d0:48a:35fb:a00a:abe6> has quit IRC (Ping timeout: 240 seconds)
[10:17:10] *** drbobbeaty <drbobbeaty!~drbob@2601:249:1000:71d0:65c4:1860:4b2f:43e7> has joined #zeromq
[10:43:47] *** gimni_ <gimni_!~gimni@ip-62-235-193-148.dsl.scarlet.be> has joined #zeromq
[11:58:35] *** gimni_ <gimni_!~gimni@ip-62-235-193-148.dsl.scarlet.be> has quit IRC (Quit: gimni_)
[16:48:57] *** cognifloyd <cognifloyd!~cognifloy@072-191-249-006.res.spectrum.com> has joined #zeromq
[16:50:10] *** cognifloyd <cognifloyd!~cognifloy@072-191-249-006.res.spectrum.com> has quit IRC (Read error: Connection reset by peer)
[16:50:24] *** cognifloyd <cognifloyd!~cognifloy@072-191-249-006.res.spectrum.com> has joined #zeromq
[20:39:00] *** FabriceB_ <FabriceB_!~FabriceB@lfbn-1-1047-122.w86-247.abo.wanadoo.fr> has joined #zeromq
[20:41:43] *** FabriceB <FabriceB!~FabriceB@mhx-outbound.3ds.com> has quit IRC (Ping timeout: 245 seconds)
[20:41:43] *** FabriceB_ is now known as FabriceB
[22:03:48] *** cognifloyd <cognifloyd!~cognifloy@072-191-249-006.res.spectrum.com> has quit IRC (Ping timeout: 250 seconds)
top

   March 23, 2019  
< | 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 | >