Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
indrajeet183
Contributor
Contributor

Error In pixman_region32_init_rect: Invalid rectangle passed on linux

I'm currently using Fedora 29 and I'm facing really weird issue

I'm taking input from file using tFileInputDelimited, I'm mapping it and converting it into JSON and logging it. But whenever I run the job on my Fedora it gives me an error 

 

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

But, I tried running same job with same exact file on Windows and it works perfectly fine. Also strange thing is when I remove the tWriteJSONField component the job runs fine and logs mapped output.

I've no idea what tWriteJSONField component have to do with this error.

Labels (3)
2 Replies
manodwhb
Champion II
Champion II

@indrajeet183 , what version of java are you using where in windows and where it is not working?

indrajeet183
Contributor
Contributor
Author

My Fedora have Java with version 1.8.0_201 
And my Windows have Java version 1.8.0_221