Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Trace/breakpoint trap.

Graphical Environments, Managers, Multimedia & Desktop questions.
Locked
Message
Author
hack3rcon
Posts: 746
Joined: 2015-02-16 09:54
Has thanked: 48 times

Trace/breakpoint trap.

#1 Post by hack3rcon »

Hello,
I installed the Atomic Cryptocurrency Wallet and tried to run it, but it showed me below error:

Code: Select all

$ atomic 
[6338:0403/123709.960355:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Atomic Wallet/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
I checked the file:

Code: Select all

$ sudo ls -l /opt/Atomic\ Wallet/chrome-sandbox
-rwxr-xr-x 1 root root 5185424 Mar 22 15:48 '/opt/Atomic Wallet/chrome-sandbox'
Then changed its permissions as below:

Code: Select all

$ sudo chmod 4755 /opt/Atomic\ Wallet/chrome-sandbox
$
$ sudo ls -l /opt/Atomic\ Wallet/chrome-sandbox
-rwsr-xr-x 1 root root 5185424 Mar 22 15:48 '/opt/Atomic Wallet/chrome-sandbox'
But, I got below error:

Code: Select all

$ atomic 
Trace/breakpoint trap
How to solve it?

Thank you.

tibdm
Posts: 10
Joined: 2019-03-18 12:05

Re: Trace/breakpoint trap.

#2 Post by tibdm »

Try:

Code: Select all

$ sudo atomic --no-sandbox &
Or even:

Code: Select all

$ atomic --no-sandbox &

User avatar
canci
Global Moderator
Global Moderator
Posts: 2502
Joined: 2006-09-24 11:28
Has thanked: 136 times
Been thanked: 136 times

Re: Trace/breakpoint trap.

#3 Post by canci »

Giving a cryptocurrency root privilege on your system sound scary.
Image Stable / Asus VivoBook X421DA / AMD Ryzen 7 3700U / Radeon Vega Mobile Gfx (Picasso) / 8 GB RAM / 512GB NVMe

READ THIS:

* How to Post a Thread Here
* Other Tips and Great Resources

User avatar
sunrat
Administrator
Administrator
Posts: 6495
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Trace/breakpoint trap.

#4 Post by sunrat »

Topic is 8 months old and OP has not been seen since almost then, thankfully.
Topic locked.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Locked