Complaint Regarding Program Failure: "LLVM ERROR: Out of Memory" on NVIDIA Jetson Orin NX

• Hardware Platform (Jetson / GPU): NVIDIA Jetson Orin NX
• DeepStream Version: 7.0

I am encountering an issue where my program initially works, but during execution, it abruptly fails with the following error:

LLVM ERROR: out of memory  
Aborted (core dumped)  

I have attached my code for your reference to help diagnose the problem.

this is the running code:

 python3 deepstream_test_3.py -i file:///home/two_720.mp4

This is the error:

here I attaching my code:

code.zip (2.7 MB)

Could you add more log in your code to preliminarily analyze which line the crash issue occurred in?

I am encountering an issue with the transform function from the pyproj library. When I use the following code:

from pyproj import Proj, transform

x, y = transform(proj_latlon, proj_utm, longitude, latitude)

it works correctly the first time. However, if I call this function again within a working function or in subsequent calls, it results in an error. This behavior is causing problems in my application, as I need to perform multiple transformations within the same workflow.

Could you please help identify the cause of this issue and suggest a resolution?

We don’t have much experience with this python Proj lib. You need to analyze this yourself or consult how to use this library on the pyproj.