Closed
      
        Bug 1791509
      
      
        Opened 3 years ago
          Closed 3 years ago
      
        
    
  
Handle various inlined system functions
Categories
(Socorro :: Signature, enhancement)
        Socorro
          
        
        
      
        
    
        Signature
          
        
        
      
        
    Tracking
(Not tracked)
        RESOLVED
        FIXED
        
    
  
People
(Reporter: gsvelto, Assigned: gsvelto)
References
Details
Attachments
(1 file)
Inline support made some functions from system libraries pop up in our signatures, most of them are irrelevant and only obscure the real cause of a crash. In particular:
- Windows atomics (std::_Atomic*, std::_Fetch*, std::_Load*, std::_Store*, etc...).
- macOS libc (std::__1::*)
- String and memory manipulation functions
| Assignee | ||
| Updated•3 years ago
           | 
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
| Assignee | ||
| Comment 1•3 years ago
           | ||
| Comment 3•3 years ago
           | ||
This was deployed yesterday in bug #1794650. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•