<div dir="ltr">Jason,<div><br></div><div>Thank you! That got me on track and I was able to track down the issue.</div><div><br></div><div>In case anybody's interested, the offending commit was e4ee3079c5afc3c1c3d2415f20c3e8605728f074.  Before that commit, the first call to g_main_iteration would always complete immediately; Irssi was unwittingly relying on that behavior.<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 20, 2017 at 8:42 PM, Jason Crain <span dir="ltr"><<a href="mailto:jason@inspiresomeone.us" target="_blank">jason@inspiresomeone.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Mar 20, 2017 at 06:38:55PM -0400, Stephen Oberholtzer wrote:<br>
> What do I need to do to be able to bisect the upstream code?<br>
<br>
</span>Debian packages start from tarballs, not the git repo, so I'm not<br>
surprised that isn't working.  When I use 'git bisect' to track down a<br>
problem, I just use the git repo without including a debian directory<br>
with something like this:<br>
<br>
$ jhbuild shell # to set up environment variables and LD_LIBRARY_PATH<br>
$ ./autogen.sh --prefix=$HOME/jhbuild/install<br>
$ make && make install<br>
<br>
Then irssi should run against your local glib due to LD_LIBRARY_PATH.<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-- Stevie-O<br>Real programmers use COPY CON PROGRAM.EXE<br><br></div>
</div>