Giter Club home page Giter Club logo

Comments (1)

mchalupa avatar mchalupa commented on July 2, 2024

The same problem is in od-1 with variable str_A, this is what you get with the harness below:

SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior od-1.i:3947:62 in 
od-1.i:3947:62: runtime error: load of null pointer of type 'const char'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior od-1.i:3947:62 in 
AddressSanitizer:DEADLYSIGNAL
=================================================================
==5418==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x56505ca10c60 bp 0x7ffdaf69a500 sp 0x7ffdaf69a020 T0)
==5418==The signal is caused by a READ memory access.
==5418==Hint: address points to the zero page.
    #0 0x56505ca10c60 in __main /home/marek/src/symbiotic/od-1.i:3947:50
    #1 0x56505ca2127f in main /home/marek/src/symbiotic/od-1.i:5103:13
    #2 0x7f64d9ff2151 in __libc_start_main (/usr/lib/libc.so.6+0x28151)
    #3 0x56505c93421d in _start (/home/marek/src/symbiotic/a.out+0x2c21d)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/marek/src/symbiotic/od-1.i:3947:50 in __main
==5418==ABORTING

Harness:
od-1_harness.zip

I think this benchmark can be fixed by removing this dereference (it is used during reporting an error)
EDIT: nope, I've mistaken the lines, the dereference is not in reporting the error, so the fix is not that easy.

from sv-benchmarks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.