I've been running debug enabled tmux 2.0 for weeks and it hasn't crashed so
far. Perhaps it was a bug in tmux 1.9.

On Thu, Oct 30, 2014 at 11:48 AM, Il Memming Park <memm...@austin.utexas.edu
> wrote:

> Thank you for the kind instructions. I'll report back soon.
>
> Memming
> On Oct 30, 2014 5:35 AM, "Nicholas Marriott" <nicholas.marri...@gmail.com>
> wrote:
>
>> Make sure you have a tmux built with debug symbols (configure with
>> --enable-debug), then best bet is to do this:
>>
>> $ pkill tmux
>> $ tmux new -d
>> $ gdb -q tmux `pgrep tmux`
>> (gdb) c
>>
>> Then do "tmux a" from another window and reproduce. When it crashes, go
>> back to the gdb window and do "bt full" and show me the output.
>>
>>
>> On Thu, Oct 30, 2014 at 05:29:45AM -0500, Il Memming Park wrote:
>> >    No. It didn't leave a dump. How would I obtain one? Fire up gdb?
>> >
>> >    Thanks.
>> >
>> >    Memming
>> >
>> >    On Oct 30, 2014 3:19 AM, "Nicholas Marriott"
>> >    <[1]nicholas.marri...@gmail.com> wrote:
>> >
>> >      Do you have a backtrace?
>> >
>> >      On Sat, Oct 25, 2014 at 02:19:59PM -0500, Il Memming Park wrote:
>> >      >* * Hi all,
>> >      >* * I'm using tmux 1.9a on Mac OS (13.4.0), homebrew version. I
>> use it
>> >      with
>> >      >* * ViM REPL environment called slimux
>> >      ([1][2]https://github.com/epeli/slimux).
>> >      >* * As far as I understand it sends selected text via calling
>> 'tmux
>> >      >* * set-buffer' and 'tmux paste-buffer -t'.
>> >      >* * It works great, but after some extensive buffer copy & paste
>> >      operations,
>> >      >* * tmux can't take it anymore, and just crashes taking all
>> children
>> >      with it.
>> >      >* * The amount of text that goes through the buffer is generally
>> less
>> >      than
>> >      >* * 1kb. Is this a known issue and is there a solution?
>> >      >* * Memming
>> >      >* * --
>> >      >* * Memming Park
>> >      >* * [2][3]http://www.memming.com | memming@twitter
>> >      >
>> >      > References
>> >      >
>> >      >* * Visible links
>> >      >* * 1. [4]https://github.com/epeli/slimux
>> >      >* * 2. [5]http://www.memming.com/
>> >
>> >      >
>> >
>> ------------------------------------------------------------------------------
>> >
>> >      > _______________________________________________
>> >      > tmux-users mailing list
>> >      > [6]tmux-users@lists.sourceforge.net
>> >      > [7]https://lists.sourceforge.net/lists/listinfo/tmux-users
>> >
>> > References
>> >
>> >    Visible links
>> >    1. mailto:nicholas.marri...@gmail.com
>> >    2. https://github.com/epeli/slimux
>> >    3. http://www.memming.com/
>> >    4. https://github.com/epeli/slimux
>> >    5. http://www.memming.com/
>> >    6. mailto:tmux-users@lists.sourceforge.net
>> >    7. https://lists.sourceforge.net/lists/listinfo/tmux-users
>>
>


-- 
IL Memming Park
Postdoc | University of Texas at Austin
http://www.memming.com | memming@Twitter
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to