Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox! #21

Closed
alium opened this issue Jun 24, 2016 · 7 comments
Closed

ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox! #21

alium opened this issue Jun 24, 2016 · 7 comments
Assignees
Labels
Milestone

Comments

@alium
Copy link

alium commented Jun 24, 2016

I can not run the rssguard, ended with error:
[alois@toshiba rssguard]$ rssguard
[0624/184704:ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox! See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the sandbox on.
[rssguard] DEBUG: Instantiated Application class.
[rssguard] DEBUG: Available icon theme paths: '/home/alois/.icons', '/usr/share/icons', '/usr/share/icons', ':/icons', '/usr/share/rssguard/icons'.
[rssguard] DEBUG: Initializing settings in '/home/alois/.rssguard/data/config/config.ini' (non-portable way).
[rssguard] DEBUG: Installed icon themes are: ', 'hicolor', 'oxygen', 'breeze', 'breeze-dark', 'Breeze_Snow', 'breeze_cursors', 'default'.
[rssguard] DEBUG: Icon theme 'Faenza' cannot be loaded because it is not installed. No icon theme (or default icon theme) is loaded now.
[rssguard] DEBUG: Skin 'base/vergilius.xml' loaded.
[rssguard] DEBUG: Starting to load active localization. Desired localization is 'cs_CZ'.
[rssguard] DEBUG: Application localization 'cs_CZ' loaded successfully, specifically sublocalization 'cs' was loaded.
[rssguard] DEBUG: Qt localization 'cs' loaded successfully.
[rssguard] DEBUG: Creating main application form in thread: '0x7f3cd6f0c800'.
[rssguard] DEBUG: Creating tray icon menu.
[rssguard] DEBUG: Working database source was determined as SQLite file-based database.
[rssguard] WARNING: Error occurred. File-based SQLite database is not initialized. Initializing now.
[rssguard] DEBUG: File-based SQLite database backend should be ready now.
[rssguard] DEBUG: Current row changed - row [-1,-1] source [-1, -1].
[rssguard] DEBUG: Auto-update timer started with interval 60000.
[rssguard] DEBUG: Adjusting column resize modes for MessagesView.
[rssguard] DEBUG: Showing the main window when the application is starting.
[rssguard] DEBUG: Showing tray icon.
[rssguard] DEBUG: Creating SystemTrayIcon instance.
Neoprávněný přístup do paměti (SIGSEGV)

Archlinux, 64-bit,Qt 5.7.0
build() {
cd $pkgname-$pkgver
qmake-qt5 -r CONFIG+=release PREFIX=/usr INSTALL_ROOT="$pkgdir/" QMAKE_CFLAGS_RELEASE="$CPPFLAGS $CFLAGS" QMAKE_CXXFLAGS_RELEASE="$CPPFLAGS $CXXFLAGS" QMAKE_LFLAGS_RELEASE="$LDFLAGS"
make
}

package() {
cd $pkgname-$pkgver
make INSTALL_ROOT="$pkgdir/" install
}

any idea?

@martinrotter martinrotter added this to the 3.3.2 milestone Jun 24, 2016
@martinrotter martinrotter self-assigned this Jun 24, 2016
@martinrotter
Copy link
Owner

Will try to build latest version? Can you build as debug and provide crash backtrace? Or directly debug in Qt Creator and see at which line exactly it crashes?

@martinrotter
Copy link
Owner

EDIT: Just built latest [master] code on my Arch system, works. Will try to google those errors.

@martinrotter
Copy link
Owner

EDIT: I got same webenegine error at start, does not seem to influence anything.

@alium
Copy link
Author

alium commented Jun 24, 2016

I use 3.3.1

@alium alium closed this as completed Jun 24, 2016
@alium alium reopened this Jun 24, 2016
@alium
Copy link
Author

alium commented Jun 24, 2016

sorry, for closing, bad button :-)

@alium
Copy link
Author

alium commented Jun 24, 2016

sorry, it seems Archlinux bug (some packaked needed rebuild with new Qt 5.7.0, i upgrade too fast)

NO BUG,
yet works again (after some updates from Archlinux - rebuilded kwin and kwayland).

@alium alium closed this as completed Jun 24, 2016
@martinrotter martinrotter added the Status-Fixed Ticket is resolved. label Jun 24, 2016
@martinrotter
Copy link
Owner

That KDE. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants