Skip to content
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

Closed
rurban opened this issue May 11, 2018 · 1 comment
Closed

make distcheck on travis: libredwg.py #3

rurban opened this issue May 11, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rurban
Copy link
Contributor

rurban commented May 11, 2018

travis (ubuntu) make distcheck:
make[3]: *** No rule to make target libredwg.py', needed by distdir'. 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.

@rurban rurban self-assigned this May 11, 2018
@rurban rurban added the bug Something isn't working label May 11, 2018
@rurban
Copy link
Contributor Author

rurban commented May 13, 2018

actually fixed with 3505c87 (missing swig dep) and then c4c935f (missing texlive dep)

@rurban rurban closed this as completed May 13, 2018
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
rurban added a commit that referenced this issue May 8, 2022
Multiplication result converted to larger type with possible arithmetic
overflow. codeql #2, #3, #5
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant