Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when running client in template #882

Open
tomskikh opened this issue Nov 6, 2024 · 1 comment
Open

Segmentation fault when running client in template #882

tomskikh opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tomskikh
Copy link
Collaborator

tomskikh commented Nov 6, 2024

Steps to reproduce:

  1. Go to samples/template directory.
  2. Start Jaeger: docker compose -f docker-compose.x86.yml up jaeger.
  3. Start module: docker compose -f docker-compose.x86.yml up --build module; wait until module is running.
  4. Start client: docker compose -f docker-compose.x86.yml up client

Module failing with SIGSEGV on processing the frame

module-1  |  INFO  insight::savant::savant_rs_video_decode_bin          > Branch with source test-source added
module-1  |  INFO  insight::savant::savant_rs_video_demux               > Created new src pad for source test-source: src_test-source_1.
module-1  | Using GPU 0 (NVIDIA GeForce RTX 3060 Laptop GPU, 30 SMs, 1536 th/SM max, CC 8.6, ECC off)
module-1  |  INFO  insight::savant::template                            > Added source test-source
module-1  | max_fps_dur 3.33333e+07 min_fps_dur 3.33333e+07
module-1  |  INFO  insight::savant::savant_rs_video_decode_bin          > Removing branch with source test-source
module-1  |  INFO  insight::savant::savant_rs_video_decode_bin          > Branch with source test-source removed
module-1  |  INFO  insight::savant::src::module::custom_pyfunc          > [trace_id=a6258a55c0c395189069b536ea47842e] Processing frame #0 of source test-source..
module-1 exited with code 139
@tomskikh tomskikh added the bug Something isn't working label Nov 6, 2024
@bwsw bwsw added this to the 0.5.0 milestone Nov 6, 2024
@bwsw
Copy link
Contributor

bwsw commented Nov 13, 2024

Backport to 0.4.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants