[BUG] Memory access error (memory dumped) #581

Open
opened 2026-01-29 16:48:22 +00:00 by claunia · 0 comments
Owner

Originally created by @Linus789 on GitHub (Apr 23, 2020).

CCExtractor version:

CCExtractor 0.88, Carlos Fernandez Sanz, Volker Quetschke.
Teletext portions taken from Petr Kutalek's telxcc
--------------------------------------------------------------------------
CCExtractor detailed version info
        Version: 0.88
        Git commit: 1534d81ae75c6562fb33dcd58050d90f3e54a4b7
        Compilation date: 2020-04-23
        File SHA256: bbbb5ed6264b84a4fb91e4657c569117fd884a2730d763764d8a75d05808f198
Libraries used by CCExtractor
        Tesseract Version: 4.0.0-beta.1
        Leptonica Version: leptonica-1.75.3
        libGPAC Version: 0.7.2-DEV
        zlib: 1.2.11
        utf8proc Version: 2.4.0
        protobuf-c Version: 1.3.1
        libpng Version: 1.6.35
        FreeType 
        libhash
        nuklear
        libzvbi

In raising this issue, I confirm the following:

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
  • I have used the latest available version of CCExtractor to verify this issue exists.
  • I have ticked all the boxes in this section and to prove it I'm deleting the section completely to remove boilerplate text.

Necessary information

  • Is this a regression (i.e. did it work before)? NO
  • What platform did you use? Linux
  • What were the used arguments? ./ccextractor -hardsubx video.mp4 -o ocred.ssa

Video links

Additional information

Built CCExtractor with CMake
mkdir build && cd build; cmake -DWITH_OCR=on -DWITH_HARDSUBX=on ../src/ && make

$ ./ccextractor -hardsubx /home/linus/Videos/out.mp4 -o s0e1.ass
CCExtractor 0.88, Carlos Fernandez Sanz, Volker Quetschke.
Teletext portions taken from Petr Kutalek's telxcc
--------------------------------------------------------------------------
HardsubX (Hard Subtitle Extractor) - Burned-in subtitle extraction subsystem
Speicherzugriffsfehler (Speicherabzug geschrieben)

Memory access error (memory dumped)

Originally created by @Linus789 on GitHub (Apr 23, 2020). CCExtractor version: ``` CCExtractor 0.88, Carlos Fernandez Sanz, Volker Quetschke. Teletext portions taken from Petr Kutalek's telxcc -------------------------------------------------------------------------- CCExtractor detailed version info Version: 0.88 Git commit: 1534d81ae75c6562fb33dcd58050d90f3e54a4b7 Compilation date: 2020-04-23 File SHA256: bbbb5ed6264b84a4fb91e4657c569117fd884a2730d763764d8a75d05808f198 Libraries used by CCExtractor Tesseract Version: 4.0.0-beta.1 Leptonica Version: leptonica-1.75.3 libGPAC Version: 0.7.2-DEV zlib: 1.2.11 utf8proc Version: 2.4.0 protobuf-c Version: 1.3.1 libpng Version: 1.6.35 FreeType libhash nuklear libzvbi ``` # In raising this issue, I confirm the following: - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present. - [x] I have checked that the issue I'm posting isn't already reported. - [x] I have checked that the issue I'm porting isn't already solved and no duplicates exist in [closed issues](https://github.com/CCExtractor/ccextractor/issues?q=is%3Aissue+is%3Aclosed) and in [opened issues](https://github.com/CCExtractor/ccextractor/issues) - [x] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion. - [x] I have used the latest available version of CCExtractor to verify this issue exists. - [x] I have ticked all the boxes in this section and to prove it I'm deleting the section completely to remove boilerplate text. # Necessary information - Is this a regression (i.e. did it work before)? NO - What platform did you use? Linux - What were the used arguments? `./ccextractor -hardsubx video.mp4 -o ocred.ssa` # Video links * https://drive.google.com/open?id=1kJHlh1CtotjmLpmvJdzwmY7ciDjHjEZK Basically not working with any video. # Additional information Built CCExtractor with CMake `mkdir build && cd build; cmake -DWITH_OCR=on -DWITH_HARDSUBX=on ../src/ && make` ``` $ ./ccextractor -hardsubx /home/linus/Videos/out.mp4 -o s0e1.ass CCExtractor 0.88, Carlos Fernandez Sanz, Volker Quetschke. Teletext portions taken from Petr Kutalek's telxcc -------------------------------------------------------------------------- HardsubX (Hard Subtitle Extractor) - Burned-in subtitle extraction subsystem Speicherzugriffsfehler (Speicherabzug geschrieben) ``` `Memory access error (memory dumped)`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#581