diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-27 13:09:42 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-27 13:09:42 +0000 |
commit | 46a94a70071d62a4460e3f587fdfe83757bee443 (patch) | |
tree | a0132aafa1728b5f50dc24a75761ce28101d6454 /DOCS | |
parent | 256c9152fe705f4c7e4e7ec8c6dfa4c67ab539cc (diff) | |
download | mpv-46a94a70071d62a4460e3f587fdfe83757bee443.tar.bz2 mpv-46a94a70071d62a4460e3f587fdfe83757bee443.tar.xz |
Add entry about mysterious coredumps.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28200 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/faq.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index b63255858f..deed18237e 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -242,6 +242,18 @@ if it doesn't contain your codec, read the <qandaentry> <question><para> +I get a core dump when trying to dump streams, what's wrong? +</para></question> +<answer><para> +Don't panic. Make sure you know where your towel is.</para> +<para> +Seriously, notice the smiley and start looking for files that end in +<filename>.dump</filename>. +</para></answer> +</qandaentry> + +<qandaentry> +<question><para> When I start playing, I get this message but everything seems fine: <screen>Linux RTC init: ioctl (rtc_pie_on): Permission denied</screen> </para></question> |