[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#931591: Bug update



Hello Seth Foley,
sorry for the delay.
I guess that "Core file was truncated to 2147483648 bytes." means that
the current configuration probihited to save the whole process.


So first you could try to start handbrake the following way:
    ulimit -c 0
    handbrake
(That might raise that limit and allows to save a bigger core dump.)


The other guess I have might be to uncomment in /etc/systemd/coredump.conf
the line with ProcessSizeMax and set its value to e.g. 4GB.
Cannot say it that is activated immediately or needs a restart.


If either or both work, then maybe the stack trace in the journal
would reveal some more lines - currently there is just that one
line that points to libc - which is unlikely causing the issue.


Alternatively you might start handbrake like below in a debugger.
Then you don't need to change any system settings, just need ho have
installed the package gdb. That should create a file in you home directory
gdb-handbrake_*.log that you could forward to this bug.

    script -a ~/gdb-handbrake_$(date +%Y-%m-%d_%H-%M-%S).log -c "gdb -q -ex 'set width 0' -ex 'set pagination off' -ex 'run' -ex 'bt' -ex 'info reg' -ex 'bt full' -ex 'info share' -ex 'detach' -ex 'quit' --args /usr/bin/handbrake"

Kind regards,
Bernhard


Reply to: