Opened 8 years ago

Closed 5 years ago

#5576 closed defect (worksforme)

bugreports page

Reported by: ponpon Owned by:
Priority: minor Component: website
Version: git-master Keywords: osx
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Elon Musk)

from #5352

bugreports page, http://ffmpeg.org/bugreports.html. says that execute gdb.
but a modification is need on osx.

need to execute not gdb but ggdb on osx.
and need to rewrite
/System/Library/LaunchDaemons/com.apple.taskgated.plist
from
<string>-s</string>
to
<string>-sp</string>.
or need to execute lldb.
this is because the default debugger of osx is lldb since osx109.

Change History (3)

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: undeterminedwebsite
Keywords: osx added
Priority: normalminor
Version: unspecifiedgit-master

Please consider providing a patch.

comment:2 by Elon Musk, 8 years ago

Description: modified (diff)
Summary: bugreports papebugreports page

comment:3 by Elon Musk, 5 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.