Giter Club home page Giter Club logo

Comments (7)

derekbruening avatar derekbruening commented on September 2, 2024

From [email protected] on August 04, 2010 08:51:28

part2

from drmemory.

derekbruening avatar derekbruening commented on September 2, 2024

From [email protected] on August 06, 2010 07:02:36

I've added a couple of debug printfs locally to investigate this issue.
The assert happens when err->count==2 and ->errtype=0 which stands for ERROR_UNADDRESSABLE

from drmemory.

derekbruening avatar derekbruening commented on September 2, 2024

From [email protected] on August 06, 2010 07:33:31

Re comment #2:
This has happened with another suppression file:

UNADDRESSABLE ACCESS
ntdll.dll!towlower
ntdll.dll!KiUserExceptionDispatcher
*!DebuggerProbe
*!DebuggerKnownHandle

LoadLibrary calls give some strange reports

UNADDRESSABLE ACCESS
ntdll.dll!strchr
KERNEL32.dll!LoadLibraryExW

https://code.google.com/p/drmemory/issues/detail?id=11 UNADDRESSABLE ACCESS

*!_chkstk

and err->suppressed=1

from drmemory.

derekbruening avatar derekbruening commented on September 2, 2024

From [email protected] on August 06, 2010 07:59:15

hmmm, probably the assert should just be removed: a suppressed error w/ multiple instances will legitimately have id==0 and count>1

from drmemory.

derekbruening avatar derekbruening commented on September 2, 2024

From [email protected] on August 06, 2010 11:19:30

This is partially fixed in r29 , I'll continue investigation if other crashes are still present

from drmemory.

derekbruening avatar derekbruening commented on September 2, 2024

From [email protected] on August 09, 2010 08:13:20

The assert is still firing if
a) suppression file is present
b) the number of reports exceeds -report_max value
c) some of the reports match the suppressions

The default -report_max value is 20000 so probably that's why you didn't see it happening. However, on Chromium tests there are so many reports (most of them are false) that this number is easily exceeded.

Reproducer:
code snippet and suppression file from issue #14 ,
tested on Dr. Memory r30 / dynamorio r383 :
$ drmemory.exe -report_max 5 -suppress supp.txt -- test.exe
...
ASSERT FAILURE (thread 90812): drmemory\report.c:1088: err->id != 0 (duplicate should have id)

from drmemory.

derekbruening avatar derekbruening commented on September 2, 2024

From [email protected] on August 10, 2010 02:08:10

Hopefully, this is fixed by r31

Status: Fixed

from drmemory.

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.