]> git.sur5r.net Git - i3/i3/commit
Enable (unlimited) core dumps when running i3 development versions
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Nov 2011 22:49:25 +0000 (22:49 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Nov 2011 22:49:25 +0000 (22:49 +0000)
commit332dbfe9c1ce754e63a87835af975064bdcdc5fa
treef399ddd57ac697befb9aba0f0e1efad24f8114b9
parent26ab2ac008bc48734f4e3a5caab9c9f2f8c447e8
Enable (unlimited) core dumps when running i3 development versions

Also prints out useful stuff:

    CORE DUMPS: You are running a development version of i3, so coredumps were
    automatically enabled (ulimit -c unlimited).
    CORE DUMPS: Your current working directory is "/home/michael/i3".
    CORE DUMPS: Your core_pattern is: /tmp/%e.core.%p
    i3 (tree) version 4.0.2-479-g26ab2ac (2011-11-08, branch "next") starting

This does not affect child processes of i3.

The intention of this change is to make debugging easier – it’s one less thing
users of the development version have to worry about when trying to help with
debugging.
include/i3.h
src/main.c
src/startup.c