-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
make distcheck on travis: libredwg.py #3
Labels
bug
Something isn't working
Comments
rurban
added a commit
that referenced
this issue
Dec 2, 2018
ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f782e1db8b5 bp 0x7fffb a38ff70 sp 0x7fffba38ff50 T0) The signal is caused by a READ memory access. Hint: address points to the zero page. #0 0x7f782e1db8b4 in get_first_owned_object /home/rurban/Software/libredwg/src/dwg.c:748:34 #1 0x5048fb in output_BLOCK_HEADER /home/rurban/Software/libredwg/programs/dwg2SVG.c:211:9 #2 0x50453d in output_SVG /home/rurban/Software/libredwg/programs/dwg2SVG.c:252:3 #3 0x50453d in main /home/rurban/Software/libredwg/programs/dwg2SVG.c:361
rurban
added a commit
that referenced
this issue
Dec 2, 2018
ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f782e1db8b5 bp 0x7fffb a38ff70 sp 0x7fffba38ff50 T0) The signal is caused by a READ memory access. Hint: address points to the zero page. #0 0x7f782e1db8b4 in get_first_owned_object /home/rurban/Software/libredwg/src/dwg.c:748:34 #1 0x5048fb in output_BLOCK_HEADER /home/rurban/Software/libredwg/programs/dwg2SVG.c:211:9 #2 0x50453d in output_SVG /home/rurban/Software/libredwg/programs/dwg2SVG.c:252:3 #3 0x50453d in main /home/rurban/Software/libredwg/programs/dwg2SVG.c:361
rurban
added a commit
that referenced
this issue
Dec 2, 2018
ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f782e1db8b5 bp 0x7fffb a38ff70 sp 0x7fffba38ff50 T0) The signal is caused by a READ memory access. Hint: address points to the zero page. #0 0x7f782e1db8b4 in get_first_owned_object /home/rurban/Software/libredwg/src/dwg.c:748:34 #1 0x5048fb in output_BLOCK_HEADER /home/rurban/Software/libredwg/programs/dwg2SVG.c:211:9 #2 0x50453d in output_SVG /home/rurban/Software/libredwg/programs/dwg2SVG.c:252:3 #3 0x50453d in main /home/rurban/Software/libredwg/programs/dwg2SVG.c:361
rurban
added a commit
that referenced
this issue
Dec 2, 2018
ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f782e1db8b5 bp 0x7fffb a38ff70 sp 0x7fffba38ff50 T0) The signal is caused by a READ memory access. Hint: address points to the zero page. #0 0x7f782e1db8b4 in get_first_owned_object /home/rurban/Software/libredwg/src/dwg.c:748:34 #1 0x5048fb in output_BLOCK_HEADER /home/rurban/Software/libredwg/programs/dwg2SVG.c:211:9 #2 0x50453d in output_SVG /home/rurban/Software/libredwg/programs/dwg2SVG.c:252:3 #3 0x50453d in main /home/rurban/Software/libredwg/programs/dwg2SVG.c:361
This was referenced Jan 16, 2020
Closed
Closed
This was referenced Jul 18, 2020
This was referenced Jun 7, 2022
This was referenced Nov 30, 2022
This was referenced Nov 28, 2023
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
travis (ubuntu) make distcheck:
make[3]: *** No rule to make target
libredwg.py', needed bydistdir'. Stop.
See e.g. https://travis-ci.org/LibreDWG/libredwg/jobs/377595525
Obviously a failing SWIG probe or rule.
This prevents us from generating binary releases via travis. Which is not important, just nice to have.
Works fine on debian testing, darwin and windows.
The text was updated successfully, but these errors were encountered: