sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
_whitelogger has joined #m-labs
<whitequark> sb0: yes, back
<GitHub192> [artiq] whitequark commented on issue #638: @sbourdeauducq oh, I misread that. I agree that this should work. I will look into it. https://git.io/v1a7H
<GitHub2> [artiq] sbourdeauducq commented on issue #639: In 3.x you can use this:... https://git.io/v1a5A
<sb0> also, could the memory corruption be coming from improperly done context switches or something like that?
<whitequark> no
<sb0> whitequark, why are send() and recv() in libksupport/lib.rs instead of mailbox.rs?
<whitequark> they're not used in the comms cpu code
<whitequark> that code uses kern_send in session.rs, which also prints a log message
<whitequark> and also waits through the coroutines
<sb0> yes, sure, but now I want to use them outside ksupport/lib.rs and I have a problem
<whitequark> why do you want a busy wait on comms cpu?
<sb0> I want to use them on the kernel CPU
<sb0> but in rtio.rs
<whitequark> then you don't have this problem
<whitequark> use ::send(...)
<whitequark> oh, wait
<whitequark> rtio..
<whitequark> no, that's still in ksupport. sure. use ::send.
<whitequark> sb0: privacy for items in rust is only for modules external to the current one
<whitequark> anything nested in the current module can freely use private fns, types, etc
<whitequark> sb0: going to use kc705 for a minute
<whitequark> sb0: btw libfringe#56 is merged but is not released yet
fengling has quit [Ping timeout: 268 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 268 seconds]
sb0 has quit [Quit: Leaving]
rohitksingh_work has joined #m-labs
fengling has joined #m-labs
rohitksingh_work has quit [Quit: Leaving.]
fengling has quit [Ping timeout: 268 seconds]
sb0 has joined #m-labs
<GitHub67> [artiq] sbourdeauducq pushed 2 new commits to master: https://git.io/v1VfD
<GitHub67> artiq/master bc36bda Sebastien Bourdeauducq: perform RTIO init on comms CPU side
<GitHub67> artiq/master 5accb7a Sebastien Bourdeauducq: manual: add missing quote
<whitequark> sb0: got the mass spec tube
<sb0> great!
<sb0> I'm in the lab right now
<whitequark> sb0: ok then I will head out for the lab
<sb0> ok, see you
<bb-m-labs> build #258 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/258
<bb-m-labs> build #1156 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1156 blamelist: Sebastien Bourdeauducq <sb@m-labs.hk>
fengling has joined #m-labs
_whitelogger has joined #m-labs
MiW has quit [Ping timeout: 260 seconds]
MiW has joined #m-labs
rjo has quit [Remote host closed the connection]
sb0 has quit [Ping timeout: 246 seconds]
sb0 has joined #m-labs
<GitHub78> [artiq] jordens pushed 2 new commits to phaser2: https://git.io/v1Vla
<GitHub78> artiq/phaser2 f6071a5 Robert Jordens: sawg/hbf: tweak pipeline for timing
<GitHub78> artiq/phaser2 b7a308d Robert Jordens: fir: register multiplier output
rjo has joined #m-labs
<bb-m-labs> build #259 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/259
<GitHub150> [artiq] sbourdeauducq pushed 3 new commits to master: https://git.io/v1VR4
<GitHub150> artiq/master 0a9f69a Sebastien Bourdeauducq: kc705_drtio_master: add missing rtio_core CSRs
<GitHub150> artiq/master 09fb486 Sebastien Bourdeauducq: runtime: centralize (D)RTIO management
<GitHub150> artiq/master 4422b69 Sebastien Bourdeauducq: runtime: silence unused variable warnings
sb0 has quit [Quit: Leaving]
<bb-m-labs> build #260 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/260
<bb-m-labs> build #1157 of artiq is complete: Failure [failed python_unittest_1] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1157 blamelist: Sebastien Bourdeauducq <sb@m-labs.hk>
<rjo> whitequark: irclog.w.o is 504ing.
sb0 has joined #m-labs
<whitequark> rjo: up for me now
<whitequark> let me check the logs to see what caused it...
<GitHub140> [artiq] jordens commented on issue #615: https://irclog.whitequark.org/m-labs/2016-11-09#18135928 https://git.io/v1Vpm
<whitequark> rjo: no obvious reason it died, I assume it exhausted the persistent connection pool
<whitequark> I've enlarged just that
_whitelogger has joined #m-labs
<GitHub144> [artiq] jmizrahi commented on issue #615: @jordens Was this directed at my question? If so I don't follow. https://git.io/v1wee
<GitHub70> [artiq] jordens commented on issue #615: This was a proposal for a solution. https://git.io/v1wea
<GitHub7> [artiq] cr1901 commented on issue #615: @jordens This isn't relevant to the problem @jmizrahi has. @jmizrahi just wants the patch backported to misoc 0.3/artiq 0.2 for testing. But since paths changed between that release and the current head, the patch fails.... https://git.io/v1wYB
<GitHub50> [artiq] cr1901 commented on issue #615: @jordens This isn't relevant to the problem @jmizrahi has. @jmizrahi just wants the patch backported to misoc 0.3/artiq 0.2 for testing. But since paths changed between that release and the current head, the patch fails.... https://git.io/v1wYB
bentley` has quit [Ping timeout: 260 seconds]
Gurty has quit [Ping timeout: 256 seconds]
Gurty has joined #m-labs
cr1901 has joined #m-labs
sandeepkr has joined #m-labs
sandeepkr has quit [Read error: Connection reset by peer]
sandeepkr has joined #m-labs
sandeepkr has quit [Remote host closed the connection]
kuldeep has quit [Ping timeout: 244 seconds]
<GitHub194> [artiq] jordens commented on issue #615: It is relevant because it is a simpler solution. https://git.io/v1wx0