question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Description

There are several segfaults during the day

dmesg | grep segfault
[2123591.614907] brave[22607]: segfault at 10 ip 000055aa349cf21d sp 00007fffcfa766a0 error 4 in brave[55aa33afd000+7683000]
[2130023.516738] brave[11992]: segfault at 10 ip 000056442538b21d sp 00007ffc4ccedd90 error 4 in brave[5644244b9000+7683000]
[2130023.939179] brave[12094]: segfault at 10 ip 000055d5bd1da21d sp 00007fff9f0573c0 error 4 in brave[55d5bc308000+7683000]
[2130024.253972] brave[12182]: segfault at 10 ip 000055d1bd6c721d sp 00007ffe9e014090 error 4 in brave[55d1bc7f5000+7683000]
[2130024.618722] brave[12269]: segfault at 10 ip 0000564b2d15d21d sp 00007ffe93f1fe70 error 4 in brave[564b2c28b000+7683000]
[2130798.198974] brave[21613]: segfault at 10 ip 00005636bdf0521d sp 00007ffc9fa1b660 error 4 in brave[5636bd033000+7683000]
[2130798.811667] brave[21702]: segfault at 10 ip 000056298169f21d sp 00007ffc7d49a360 error 4 in brave[5629807cd000+7683000]
[2130799.765579] brave[21781]: segfault at 10 ip 000055dbe870821d sp 00007fffe3eac8e0 error 4 in brave[55dbe7836000+7683000]
[2130800.568752] brave[21881]: segfault at 10 ip 000055ee82f3421d sp 00007ffc1ae8a7e0 error 4 in brave[55ee82062000+7683000]
[2130801.695086] brave[21952]: segfault at 10 ip 0000564ab4e5b21d sp 00007ffe31616ff0 error 4 in brave[564ab3f89000+7683000]
[2130803.282471] brave[22054]: segfault at 10 ip 00005638f87f321d sp 00007ffdb48cc200 error 4 in brave[5638f7921000+7683000]
[2130803.567947] brave[22132]: segfault at 10 ip 0000558cd175621d sp 00007ffc8d1a06f0 error 4 in brave[558cd0884000+7683000]
[2162580.665616] brave[24569]: segfault at 10 ip 0000556d1c10b21d sp 00007fff4193e200 error 4 in brave[556d1b239000+7683000]
[2165336.802232] brave[17633]: segfault at 10 ip 000055e2ecfad21d sp 00007ffd6549bfd0 error 4 in brave[55e2ec0db000+7683000]
[2165355.818168] brave[16533]: segfault at 120 ip 0000557faf387544 sp 00007ffdaf461110 error 6 in brave (deleted)[557faab10000+7683000]
[2174772.175214] brave[8631]: segfault at 10 ip 000055bd8455521d sp 00007ffd2793c650 error 4 in brave[55bd83683000+7683000]
[2174891.885799] brave[9545]: segfault at 10 ip 00005628000f721d sp 00007fffb2dd4cd0 error 4 in brave[5627ff225000+7683000]
[2174892.638719] brave[9629]: segfault at 10 ip 000055db7452b21d sp 00007fff4b98ea30 error 4 in brave[55db73659000+7683000]

Is this OK ?

Steps to Reproduce

IDK, just browsing

Actual result:

Segfaults present

Expected result:

No segfaults

Brave version (brave://version info)

1.2.43 Chromium: 79.0.3945.130 (Official Build) (64-bit)

Revision | e22de67c28798d98833a7137c0e22876237fc40a-refs/branch-heads/3945@{#1047} OS | Linux JavaScript | V8 7.9.317.33 Flash | (Disabled) User Agent | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Command Line | /opt/brave.com/brave/brave --enable-dom-distiller --disable-domain-reliability --no-pings --extension-content-verification=enforce_strict --extensions-install-verification=enforce --enable-oop-rasterization=Enabled --sync-url=https://no-thanks.invalid --enable-features=PasswordImport,WebUIDarkMode,SimplifyHttpsIndicator --disable-features=AutofillServerCommunication,WebXR,NotificationTriggers,AudioServiceOutOfProcess,SmsReceiver,LookalikeUrlNavigationSuggestionsUI,UnifiedConsent,WebXrGamepadModule,AllowPopupsDuringPageUnload,SyncUSSBookmarks --flag-switches-begin --load-media-router-component-extension=1 --enable-features=PasswordImport,WebUIDarkMode,SimplifyHttpsIndicator,FractionalScrollOffsets,MirroringService,google-password-manager --flag-switches-end --disable-webrtc-apm-in-audio-service Executable Path | /opt/brave.com/brave/brave

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
slayercommented, Mar 10, 2020

No segfaults on fresh version Close

Thanks!

0reactions
slayercommented, Feb 26, 2020

Previous crashes were on 1.2.x

Installed 1.3.118:

Uploaded Crash Report ID bf858aea3f23f646 (Local Context: Brave)
Crash report uploaded on Tuesday, February 25, 2020 at 11:52:09 AM
Read more comments on GitHub >

github_iconTop Results From Across the Web

Identify what's causing segmentation faults (segfaults) - IU KB
A segmentation fault (aka segfault) is a common condition that causes programs to crash; they are often associated with a file named core...
Read more >
Segmentation fault - Wikipedia
Segmentation faults are a common class of error in programs written in languages like C that provide low-level memory access and few to...
Read more >
ubuntu - several segmentation fault for different processes
I have installed ubuntu 18 recently and having problems of several segmentation faults from running different programs such as python, nano.
Read more >
Debugging Segmentation Faults and Pointer Problems
For new programmers, debugging errors associated with pointers can be a nightmare. "Segmentation Fault (core dumped)" is a pretty vague error message, ...
Read more >
Segmentation Fault in Linux | Baeldung on Linux
Learn all about the segmentation fault - what it is, what causes it and how you can prevent it.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found