Package Details: faac-drm 1.30-2

Git Clone URL: https://aur.archlinux.org/faac-drm.git (read-only, click to copy)
Package Base: faac-drm
Description: Freeware Advanced Audio Coder with drm enabled
Upstream URL: https://www.audiocoding.com/
Licenses: GPL2, custom
Provides: libfaac_drm.so
Submitter: SteamedFish
Maintainer: SteamedFish
Last Packager: SteamedFish
Votes: 0
Popularity: 0.000000
First Submitted: 2023-12-07 08:04 (UTC)
Last Updated: 2024-04-15 05:28 (UTC)

Latest Comments

das-Iro commented on 2024-05-22 00:33 (UTC) (edited on 2024-05-22 00:33 (UTC) by das-Iro)

When running dream-nox with -t (transmit) it crashes. It crashed inside of faac-drm. Decoding the opus testfiles work fine. I have found no file that is known to be AAC.


[user@host ~]$ lldb -- /usr/bin/dream -t
(lldb) target create "/usr/bin/dream"
Current executable set to '/usr/bin/dream' (x86_64).
(lldb) settings set -- target.run-args  "-t"
(lldb) run
Process 59268 launched: '/usr/bin/dream' (x86_64)
initrec 48000 38400 0
CSoundInPulse::Init_HW()
pulseaudio input device '', init done
initplay 48000 38400 1
CSoundOutPulse::Init_HW()
pulseaudio output device '', init done
Process 59268 stopped
* thread #1, name = 'dream', stop reason = signal SIGSEGV: invalid address (fault address: 0x0)
    frame #0: 0x00007ffff7f11f8f libfaac_drm.so.0`___lldb_unnamed_symbol72 + 1183
libfaac_drm.so.0`___lldb_unnamed_symbol72:
->  0x7ffff7f11f8f <+1183>: vmovdqa %xmm0, (%r15,%rcx,4)
    0x7ffff7f11f95 <+1189>: addq   $0x4, %rcx
    0x7ffff7f11f99 <+1193>: jmp    0x7ffff7f11f3f            ; <+1103>
    0x7ffff7f11f9b <+1195>: xorl   %ecx, %ecx
(lldb) bt
* thread #1, name = 'dream', stop reason = signal SIGSEGV: invalid address (fault address: 0x0)
  * frame #0: 0x00007ffff7f11f8f libfaac_drm.so.0`___lldb_unnamed_symbol72 + 1183
    frame #1: 0x00007ffff7f0f3ce libfaac_drm.so.0`faacEncEncode + 1332
    frame #2: 0x00005555555ca9ce dream`___lldb_unnamed_symbol1921 + 632
    frame #3: 0x00005555555aa6bc dream`___lldb_unnamed_symbol1346 + 118
    frame #4: 0x00005555555a8bbf dream`___lldb_unnamed_symbol1322 + 685
    frame #5: 0x00005555555704cc dream`main + 13293
    frame #6: 0x00007ffff5e39c88 libc.so.6`___lldb_unnamed_symbol3256 + 120
    frame #7: 0x00007ffff5e39d4c libc.so.6`__libc_start_main + 140
    frame #8: 0x0000555555571d15 dream`___lldb_unnamed_symbol255 + 37
(lldb)