Josef Průša představil novou velkoformátovou uzavřenou CoreXY 3D tiskárnu Prusa CORE One L a nový open source standard chytrých cívek OpenPrintTag i s novou přepracovanou špulkou.
Na GOG.com běží Autumn Sale. Při té příležitosti je zdarma hororová počítačová hra STASIS (ProtonDB: Platinum).
Ubuntu 25.10 má nově balíčky sestavené také pro úroveň mikroarchitektury x86-64-v3 (amd64v3).
Byla vydána verze 1.91.0 programovacího jazyka Rust (Wikipedie). Podrobnosti v poznámkách k vydání. Vyzkoušet Rust lze například na stránce Rust by Example.
Ministerstvo průmyslu a obchodu vyhlásilo druhou veřejnou soutěž v programu TWIST, který podporuje výzkum, vývoj a využití umělé inteligence v podnikání. Firmy mohou získat až 30 milionů korun na jeden projekt zaměřený na nové produkty či inovaci podnikových procesů. Návrhy projektů lze podávat od 31. října do 17. prosince 2025. Celková alokace výzvy činí 800 milionů korun.
Google v srpnu oznámil, že na „certifikovaných“ zařízeních s Androidem omezí instalaci aplikací (včetně „sideloadingu“) tak, že bude vyžadovat, aby aplikace byly podepsány centrálně registrovanými vývojáři s ověřenou identitou. Iniciativa Keep Android Open se to snaží zvrátit. Podepsat lze otevřený dopis adresovaný Googlu nebo petici na Change.org.
Byla vydána nová verze 18 integrovaného vývojového prostředí (IDE) Qt Creator. S podporou Development Containers. Podrobný přehled novinek v changelogu.
Cursor (Wikipedie) od společnosti Anysphere byl vydán ve verzi 2.0. Jedná se o multiplatformní proprietární editor kódů s podporou AI (vibe coding).
Google Chrome 142 byl prohlášen za stabilní. Nejnovější stabilní verze 142.0.7444.59 přináší řadu novinek z hlediska uživatelů i vývojářů. Podrobný přehled v poznámkách k vydání. Opraveno bylo 20 bezpečnostních chyb. Za nejvážnější z nich bylo vyplaceno 50 000 dolarů. Vylepšeny byly také nástroje pro vývojáře.
Pro moddery Minecraftu: Java edice Minecraftu bude bez obfuskace.
Neúspěšně ukončen (SIGABRT) (core dumped [obraz paměti uložen])Kde hledat ten obraz a čím ho pak otevřít?
sudo find /var/lib/systemd/coredump/ -name "*core.*" /var/lib/systemd/coredump/core.gdm.0.a29629fbf82f4afd8a15d6a027da90e7.1726.1545536670000000.lz4 /var/lib/systemd/coredump/core.gedit.1002.6d890673bee04186840974f128eb6615.17652.1545706045000000.lz4Čím to otevřít?
sudo 7z l /var/lib/systemd/coredump/core.gedit.1002.6d890673bee04186840974f128eb6615.29531.1545711916000000.lz4
[sudo] heslo pro root:
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=cs_CZ.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (406E3),ASM,AES-NI)
Scanning the drive for archives:
1 file, 16649002 bytes (16 MiB)
Listing archive: /var/lib/systemd/coredump/core.gedit.1002.6d890673bee04186840974f128eb6615.29531.1545711916000000.lz4
ERROR: /var/lib/systemd/coredump/core.gedit.1002.6d890673bee04186840974f128eb6615.29531.1545711916000000.lz4 : Can not open the file as archive
Errors: 1
:~> sudo 7z e /var/lib/systemd/coredump/core.gedit.1002.6d890673bee04186840974f128eb6615.29531.1545711916000000.lz4
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=cs_CZ.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (406E3),ASM,AES-NI)
Scanning the drive for archives:
1 file, 16649002 bytes (16 MiB)
Extracting archive: /var/lib/systemd/coredump/core.gedit.1002.6d890673bee04186840974f128eb6615.29531.1545711916000000.lz4
ERROR: /var/lib/systemd/coredump/core.gedit.1002.6d890673bee04186840974f128eb6615.29531.1545711916000000.lz4
Can not open the file as archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0
Ani file-roller to neumí otevřít
lz4 -d path.lz4a potom. Potrebujeme vypis ten s bt. Vypis zasobnika (ako boli funkcie volane).
core. Napr. na mojom Slackware je defaultne zakázané
$ ulimit -c 0Podľa mňa by core bolo užitočné, len keby ten príslušný program (a knižnice, ktoré používa) bol skompilovaný s debug informáciami a poštval by sa na to debugger. Ten potom vie ukázať, kde to spadlo.
gdb gedita když to spadne, vypiš backtrace příkazem
bt. Kdovíjak užitečné to asi nebude ale třeba se z toho něco dozvíme.
gdb gedit
GNU gdb (GDB; openSUSE Tumbleweed) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://bugs.opensuse.org/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gedit...Reading symbols from /usr/lib/debug/usr/bin/gedit-3.30.2-2.1.x86_64.debug...done.
done.
(gdb)
Co tam má napsat?
(gdb) run Starting program: /usr/bin/gedit Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2 Try: zypper install -C "debuginfo(build-id)=d1f6bf237ba196265561924d1baaf522e036281f" Missing separate debuginfo for /usr/lib64/libgio-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=1bb88504f0d3c45427bae5f1e0649a706c3c6e32" Missing separate debuginfo for /usr/lib64/libgobject-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=199e7fe43d6ba71eeea7bdaab1714d02fd3450c3" Missing separate debuginfo for /lib64/libpthread.so.0 Try: zypper install -C "debuginfo(build-id)=b5ad7ea10e4e88d4e2cc038e5c3288bdea82e20b" [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Missing separate debuginfo for /lib64/libc.so.6 Try: zypper install -C "debuginfo(build-id)=5926416cd74d1dfe53d37374041bca37ee80c598" Missing separate debuginfo for /lib64/libm.so.6 Try: zypper install -C "debuginfo(build-id)=1fc13b3ef7db0024a3f401933c6da8b266a8e06c" Missing separate debuginfo for /usr/lib64/libxml2.so.2 Try: zypper install -C "debuginfo(build-id)=b998d6ca5a07289584704571996db375f36ad519" Missing separate debuginfo for /usr/lib64/libgtksourceview-3.0.so.1 Try: zypper install -C "debuginfo(build-id)=c66cce84d128b7f9a7061dce1026bfdbf0df7dc8" Missing separate debuginfo for /usr/lib64/libpeas-gtk-1.0.so.0 Try: zypper install -C "debuginfo(build-id)=a9bd92a8e10956c2fbf211fe64a9b99728545c8c" Missing separate debuginfo for /usr/lib64/libgtk-3.so.0 Try: zypper install -C "debuginfo(build-id)=28cc32466f6be44d9b41274369843472cf96eca2" Missing separate debuginfo for /usr/lib64/libgdk-3.so.0 Try: zypper install -C "debuginfo(build-id)=6248258b17bd6c282f7a380994090c8935f8e594" Missing separate debuginfo for /usr/lib64/libpango-1.0.so.0 Try: zypper install -C "debuginfo(build-id)=d2edea52aaeda59c1aea8f35b74988fa77cec968" Missing separate debuginfo for /usr/lib64/libatk-1.0.so.0 Try: zypper install -C "debuginfo(build-id)=9af081f8403be223c6e7887d04be34706c37a46b" Missing separate debuginfo for /usr/lib64/libcairo.so.2 Try: zypper install -C "debuginfo(build-id)=d6de3e42f8cd8f2eed17ecf7aca548bed5d31ae4" Missing separate debuginfo for /usr/lib64/libgdk_pixbuf-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=536171f0f873568a77a2a5ca774a7abdfc541316" Missing separate debuginfo for /usr/lib64/libpeas-1.0.so.0 Try: zypper install -C "debuginfo(build-id)=fac5d2a94eec28d0b284ae9f22fe1f0de5ee1bdc" Missing separate debuginfo for /usr/lib64/libgirepository-1.0.so.1 Try: zypper install -C "debuginfo(build-id)=b8ff4ace6d04f02bf6b098f6bc48b6d35c545cbe" Missing separate debuginfo for /usr/lib64/libglib-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=d88ca19b5ee664953ab2d870737817853b706c54" Missing separate debuginfo for /usr/lib64/libX11.so.6 Try: zypper install -C "debuginfo(build-id)=03bfc8b7142bebd77cd5698cf9fd556732ecf1fa" Missing separate debuginfo for /usr/lib64/libgmodule-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=209abfbf37a1f0670bc71e5cd2d9f0af7c9c4c42" Missing separate debuginfo for /lib64/libz.so.1 Try: zypper install -C "debuginfo(build-id)=3dc027b3dce93bdbf0b095b682d942b952c173a2" Missing separate debuginfo for /lib64/libselinux.so.1 Try: zypper install -C "debuginfo(build-id)=09a95f6b0bbe80b8c613bc5c768ae90ceaa72e02" Missing separate debuginfo for /lib64/libresolv.so.2 Try: zypper install -C "debuginfo(build-id)=3f29ad72b166edbceed858ddc9d2eb2525d749f3" Missing separate debuginfo for /usr/lib64/libmount.so.1 Try: zypper install -C "debuginfo(build-id)=45cd3c3c7f43ec75a2987ca20532915268af27af" Missing separate debuginfo for /usr/lib64/libffi.so.7 Try: zypper install -C "debuginfo(build-id)=db830b1e6f72b69bc292420196f11c3da0394782" Missing separate debuginfo for /lib64/libdl.so.2 Try: zypper install -C "debuginfo(build-id)=b21e9d59d1465db80fa52e72a4803f1901202e6d" Missing separate debuginfo for /usr/lib64/liblzma.so.5 Try: zypper install -C "debuginfo(build-id)=95f262a4ff78ab4d413cbc92ecfabcb50c542a6e" Missing separate debuginfo for /usr/lib64/libpangocairo-1.0.so.0 Try: zypper install -C "debuginfo(build-id)=bf9c040ff98afd6160c804cae4dae694c03105b9" Missing separate debuginfo for /usr/lib64/libXi.so.6 Try: zypper install -C "debuginfo(build-id)=278560a3fb49c0fb6b09e4d265f5434af38849b2" Missing separate debuginfo for /usr/lib64/libXfixes.so.3 Try: zypper install -C "debuginfo(build-id)=99eb5e4120db3b2cbe9ad3d34feb79ed140d37f4" Missing separate debuginfo for /usr/lib64/libcairo-gobject.so.2 Try: zypper install -C "debuginfo(build-id)=01a06b18c056e2fc0b6c5e1844f2742f6fef935b" Missing separate debuginfo for /usr/lib64/libatk-bridge-2.0.so.0 Try: zypper install -C "debuginfo(build-id)=ecee53af7269a0a80e7b9edac248997647bbe566" Missing separate debuginfo for /usr/lib64/libepoxy.so.0 Try: zypper install -C "debuginfo(build-id)=9e0b530ceaa2b9c2d2cc674268cf666911ec78c0" Missing separate debuginfo for /usr/lib64/libharfbuzz.so.0 Try: zypper install -C "debuginfo(build-id)=d383b6db7d1c10e2396ae8806281832d5a480efa" Missing separate debuginfo for /usr/lib64/libpangoft2-1.0.so.0 Try: zypper install -C "debuginfo(build-id)=d0f18a65d73b9add02047527d50e7111520abf65" Missing separate debuginfo for /usr/lib64/libfontconfig.so.1 Try: zypper install -C "debuginfo(build-id)=5ca501f7d1afbe562e27b638c8528f756ef7e023" Missing separate debuginfo for /usr/lib64/libfreetype.so.6 Try: zypper install -C "debuginfo(build-id)=978fd84c6253d4d5522b7b5c620578a10617088c" Missing separate debuginfo for /usr/lib64/libXinerama.so.1 Try: zypper install -C "debuginfo(build-id)=17c577b5995702c00f3c8ef230fe70c84e3107dd" Missing separate debuginfo for /usr/lib64/libXrandr.so.2 Try: zypper install -C "debuginfo(build-id)=bb2fb9d8c46165b15a4ad348af6e1fe0f043fcaa" Missing separate debuginfo for /usr/lib64/libXcursor.so.1 Try: zypper install -C "debuginfo(build-id)=d8a4c63bc3f61b76bfe4afadaab51891cc25bdd5" Missing separate debuginfo for /usr/lib64/libXcomposite.so.1 Try: zypper install -C "debuginfo(build-id)=c114d183f6f6a8bf29f31235478bfa728cebc447" Missing separate debuginfo for /usr/lib64/libXdamage.so.1 Try: zypper install -C "debuginfo(build-id)=e0151010fda5bc7296322829f01aaab4bbb1893f" Missing separate debuginfo for /usr/lib64/libxkbcommon.so.0 Try: zypper install -C "debuginfo(build-id)=117cc98c68d9af020a1b77db461fc8271bb2c6ea" Missing separate debuginfo for /usr/lib64/libwayland-cursor.so.0 Try: zypper install -C "debuginfo(build-id)=108d5f9bb59a760252301d2fd67f4b12c95e832b" Missing separate debuginfo for /usr/lib64/libwayland-egl.so.1 Try: zypper install -C "debuginfo(build-id)=caf9c48334cd9d4314febcd6fcaa9730e5a96b86" Missing separate debuginfo for /usr/lib64/libwayland-client.so.0 Try: zypper install -C "debuginfo(build-id)=ab2c8b15eab05f2c22c73bb32758bc88d33302ea" Missing separate debuginfo for /usr/lib64/libXext.so.6 Try: zypper install -C "debuginfo(build-id)=fa32e421e4866ed1f01d5ced9b826d588dd4a0f5" Missing separate debuginfo for /lib64/librt.so.1 Try: zypper install -C "debuginfo(build-id)=94739031b9076b3262838d098f88d5e35dc72a81" Missing separate debuginfo for /usr/lib64/libthai.so.0 Try: zypper install -C "debuginfo(build-id)=a316cd39fd8645ed8eaa965cde0e1bf64c30988c" Missing separate debuginfo for /usr/lib64/libfribidi.so.0 Try: zypper install -C "debuginfo(build-id)=f044b5e3a5be455eece682bb7f3bec103c56e9cb" Missing separate debuginfo for /usr/lib64/libpixman-1.so.0 Try: zypper install -C "debuginfo(build-id)=d2b3c75f00bf77a2c6210273854e8b3dc37e8d03" Missing separate debuginfo for /usr/lib64/libEGL.so.1 Try: zypper install -C "debuginfo(build-id)=40e2802727c1ac0e205fdc72aef7d4fc56cd7890" Missing separate debuginfo for /usr/lib64/libpng16.so.16 Try: zypper install -C "debuginfo(build-id)=dc34e2839c351496f97aa5db71e200ce4b761349" Missing separate debuginfo for /usr/lib64/libxcb-shm.so.0 Try: zypper install -C "debuginfo(build-id)=e483ef5dd388a7c991616db6ca862ac3fe3242f9" Missing separate debuginfo for /usr/lib64/libxcb.so.1 Try: zypper install -C "debuginfo(build-id)=527370354992f79fe51da923991d43d1e0ed71dd" Missing separate debuginfo for /usr/lib64/libxcb-render.so.0 Try: zypper install -C "debuginfo(build-id)=64d96fe95f3ca3b4068b3b5e02b679c0565386a1" Missing separate debuginfo for /usr/lib64/libXrender.so.1 Try: zypper install -C "debuginfo(build-id)=113f0e0871cd5ca22351638a4ed04216d21d8532" Missing separate debuginfo for /usr/lib64/libGL.so.1 Try: zypper install -C "debuginfo(build-id)=e391a211b30634626c6833089f6d9a4738e13613" Missing separate debuginfo for /usr/lib64/libpcre.so.1 Try: zypper install -C "debuginfo(build-id)=d0323c9df737a832d618529777e2c95dc0119be1" Missing separate debuginfo for /usr/lib64/libblkid.so.1 Try: zypper install -C "debuginfo(build-id)=cc9e42c95b72adb01429559f6c7fcab59aae1f3e" Missing separate debuginfo for /usr/lib64/libdbus-1.so.3 Try: zypper install -C "debuginfo(build-id)=d4ac0c9e2355afdd701b5708c944818f1ec21e98" Missing separate debuginfo for /usr/lib64/libatspi.so.0 Try: zypper install -C "debuginfo(build-id)=1dbcfde55a32afa8b6c9ce6b155b4e4c2ef4e462" Missing separate debuginfo for /usr/lib64/libgraphite2.so.3 Try: zypper install -C "debuginfo(build-id)=161bfe168ca70671bb1464d1b1018ab67198c91a" Missing separate debuginfo for /usr/lib64/libexpat.so.1 Try: zypper install -C "debuginfo(build-id)=906be5b6a7d77f293bccc2afea813188fa13626f" Missing separate debuginfo for /usr/lib64/libbz2.so.1 Try: zypper install -C "debuginfo(build-id)=c30bc4f9bccce72a8fa5b6880f6dc2fa6e9eb61e" Missing separate debuginfo for /usr/lib64/libdatrie.so.1 Try: zypper install -C "debuginfo(build-id)=62104abd6cf8df45f51af49a6ca8942b06e9e6e6" Missing separate debuginfo for /usr/lib64/libGLdispatch.so.0 Try: zypper install -C "debuginfo(build-id)=40dc636e25cea1fb3978487b93e25d441deeade0" Missing separate debuginfo for /usr/lib64/libXau.so.6 Try: zypper install -C "debuginfo(build-id)=bbf25482b7f7de13e74953c2e1ce3dfa122d19ae" Missing separate debuginfo for /usr/lib64/libGLX.so.0 Try: zypper install -C "debuginfo(build-id)=02d4eb585f4a61962a24a44c55e05d74f7244a45" Missing separate debuginfo for /usr/lib64/libuuid.so.1 Try: zypper install -C "debuginfo(build-id)=b73b38254d981b2ee640c7eb3d75f9cbf160bdcd" Missing separate debuginfo for /usr/lib64/libsystemd.so.0 Try: zypper install -C "debuginfo(build-id)=7c45a699b6f50099b8f4acdb4e65fd11116ef4e1" Missing separate debuginfo for /usr/lib64/liblz4.so.1 Try: zypper install -C "debuginfo(build-id)=fca8ff9cb925d6c882e30c80b941f64e4ffdece5" Missing separate debuginfo for /usr/lib64/libcap.so.2 Try: zypper install -C "debuginfo(build-id)=d02e6162034f96ec2d540492c7b82917bf14b010" Missing separate debuginfo for /usr/lib64/libgcrypt.so.20 Try: zypper install -C "debuginfo(build-id)=327721533948a99218e034853b59a43c9163f31a" Missing separate debuginfo for /usr/lib64/libgpg-error.so.0 Try: zypper install -C "debuginfo(build-id)=5cce3bd6b0da4582181eefc3929dee2b791d5065" [New Thread 0x7ffff3054700 (LWP 32080)] [New Thread 0x7ffff2853700 (LWP 32081)] [New Thread 0x7ffff2012700 (LWP 32082)] Missing separate debuginfo for /usr/lib64/gio/modules/libgsettingsgconfbackend.so Try: zypper install -C "debuginfo(build-id)=e4fc7ef5b9a2f8c92e56862cfbce30c3f634a92d" Missing separate debuginfo for /usr/lib64/libgconf-2.so.4 Try: zypper install -C "debuginfo(build-id)=6e7357ba565f6dce530cc6a08de49f948c07e5a2" Missing separate debuginfo for /usr/lib64/libdbus-glib-1.so.2 Try: zypper install -C "debuginfo(build-id)=ce1a70747329e9af45c822f86e66022441168145" Missing separate debuginfo for /usr/lib64/gio/modules/libdconfsettings.so Try: zypper install -C "debuginfo(build-id)=b52863201a0d2bf934b8f19bf2d0036627213c26" [New Thread 0x7ffff17d0700 (LWP 32083)] Missing separate debuginfo for /usr/lib64/gio/modules/libgvfsdbus.so Try: zypper install -C "debuginfo(build-id)=643382c45128de1b07e123f35ee1e196f147d99f" Missing separate debuginfo for /usr/lib64/gvfs/libgvfscommon.so Try: zypper install -C "debuginfo(build-id)=d221f2418be2980d0312fa29f0b263169df25ace" Missing separate debuginfo for /usr/lib64/libgspell-1.so.2 Try: zypper install -C "debuginfo(build-id)=eb5085a9fc72caacb9b79fd29c5f4890c15fc5b0" Missing separate debuginfo for /usr/lib64/libenchant-2.so.2 Try: zypper install -C "debuginfo(build-id)=ab3140a73c231d33ff478b9d06fc96812b26c1fa" Missing separate debuginfo for /usr/lib64/libpeas-1.0/loaders/libpython3loader.so Try: zypper install -C "debuginfo(build-id)=704fc19965baa1065fe97311eb12ca019f3184b0" Missing separate debuginfo for /usr/lib64/libpython3.6m.so.1.0 Try: zypper install -C "debuginfo(build-id)=1c6c524af68cb69077c8cb66938f3e5dbb9adde8" Missing separate debuginfo for /lib64/libutil.so.1 Try: zypper install -C "debuginfo(build-id)=525cdccf6764fc1155301d36c34af1d43385d687" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=6f766db9006bd433261bcb15d31a0bf18c195a43" Missing separate debuginfo for /usr/lib64/python3.6/site-packages/gi/_gi.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=21cbb5060cdd1da9a05f3cf5f37cf03caef99fa0" Missing separate debuginfo for /usr/lib64/python3.6/site-packages/gi/_gi_cairo.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=74e818a682ebe9183c78da7db9d1f426933d9fa0" Missing separate debuginfo for /usr/lib64/python3.6/site-packages/cairo/_cairo.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=9886bbb210be4d1c0d9384c65de375f715a8d571" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=df7c6868b8e4eef6e3239f89e585b1067d466b4c" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=fab22f57dbe24d42de18c78c128f7f2bed1defe6" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=5c673c81e360794c008e82a4784b68a317e46186" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=75728433d2fed8781bccfa73d7642c07d7a27578" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=4305a3f27cf595243d3e9fb6857985a4e33a6058" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=db2582dba59cfec48ce70e57aec733495e1b33fd" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=b41b728c8a9964b3c0360bb30a71117a5b5bb65f" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=f0ae5bafb53ce3bd5f8e37d6291354835ce7a3fa" Missing separate debuginfo for /usr/lib64/libcrypto.so.1.1 Try: zypper install -C "debuginfo(build-id)=d4db28b074ea8455fb9e6351317e8b2469a7c984" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=8d580c2f07351724302d8869c811e7cf57b2da44" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=ff8ae8e4cbeffba9898e9355d042cb510c7a7021" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=f67d86834faf91ba57819e387e98b964827ae562" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=b212633a80c47e9671be6b16a0820d7008851b6c" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=80d2205ccf4970dde2cb5f984fbd5d54ac0a4894" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=94f5e3a24656badfb18348ac646215cfa484fee9" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=83912ba12ee99db859e786fc6b3a57f40bdb7d16" Missing separate debuginfo for /usr/lib64/libssl.so.1.1 Try: zypper install -C "debuginfo(build-id)=45d4ea32eebe688bc69d4ff385b29dbbceba6d48" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=28374f9632c5d7b0c75d2f6899ba06ea99bc08d5" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=0b1c8752f2c1de6af6a4cabab332bfd536050c68" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=5000ff9282f5eef23938e09ea4b7d349ed2cf936" Missing separate debuginfo for /usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so Try: zypper install -C "debuginfo(build-id)=03eb354db0fde262f7d0515bd9586da10f03d7db" [Detaching after fork from child process 32084] Missing separate debuginfo for /usr/lib64/gtk-3.0/3.0.0/immodules/im-wayland.so Try: zypper install -C "debuginfo(build-id)=65668a578717a2c808bcb62c94364d6462fdd0b0" Missing separate debuginfo for /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so Try: zypper install -C "debuginfo(build-id)=07941dcb9a1daf9f437754dbf5d91c594cff84c4" Missing separate debuginfo for /usr/lib64/gio/modules/libgioremote-volume-monitor.so Try: zypper install -C "debuginfo(build-id)=e25fbc3ea7408269fcc8f26cd3f7c2e965a55342" Missing separate debuginfo for /usr/lib64/enchant-2/enchant_hunspell.so Try: zypper install -C "debuginfo(build-id)=efcf602488b18dc44fce8c3e804b9732dbc705e9" Missing separate debuginfo for /usr/lib64/libhunspell-1.7.so.0 Try: zypper install -C "debuginfo(build-id)=873f9c4ce99afcdfc54fd7a61f7d92c9a418f015" Missing separate debuginfo for /usr/lib64/libstdc++.so.6 Try: zypper install -C "debuginfo(build-id)=633866042b33cb7a83c029148a90c999afba6402" Missing separate debuginfo for /lib64/libgcc_s.so.1 Try: zypper install -C "debuginfo(build-id)=fc46615502a4d025eb4da25a027b5e84b46d0baf" Missing separate debuginfo for /usr/lib64/gconv/ISO8859-2.so Try: zypper install -C "debuginfo(build-id)=59c4c5d9dd2f7f0b40c0b61326be1efab1fb7ed7" [Thread 0x7ffff2012700 (LWP 32082) exited] Thread 1 "gedit" received signal SIGABRT, Aborted. 0x00007ffff768808b in raise () from /lib64/libc.so.6 (gdb)
(gdb) run
Starting program: /usr/bin/gedit
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7ffff3054700 (LWP 3769)]
[New Thread 0x7ffff2853700 (LWP 3770)]
[New Thread 0x7ffff2012700 (LWP 3771)]
[New Thread 0x7ffff17d0700 (LWP 3772)]
[Detaching after fork from child process 3773]
[Thread 0x7ffff2012700 (LWP 3771) exited]
Thread 1 "gedit" received signal SIGPIPE, Broken pipe.
__libc_write (fd=16, buf=buf@entry=0x5555571b83c0, nbytes=nbytes@entry=18)
at ../sysdeps/unix/sysv/linux/write.c:27
27 ../sysdeps/unix/sysv/linux/write.c: Adresář nebo soubor neexistuje.
(gdb)
Víte proč mi to vypisuje?
(gdb) bt
#0 __libc_write (fd=17, buf=0x55555726b790,
buf@entry=error reading variable: Cannot access memory at address 0x7fffffffd6f8, nbytes=5,
nbytes@entry=error reading variable: Cannot access memory at address 0x7fffffffd700) at ../sysdeps/unix/sysv/linux/write.c:27
#1 0x00007ffff7d327b4 in g_unix_output_stream_write (stream=0x5555575a32f0,
buffer=0x55555726b790,
count=error reading variable: Cannot access memory at address 0x7fffffffd700,
cancellable=error reading variable: Cannot access memory at address 0x7fffffffd6f0, error=0x7fffffffd770) at gunixoutputstream.c:369
#2 0x00007ffff7ca5623 in write_async_pollable (stream=0x5555575a32f0,
task=error reading variable: Cannot access memory at address 0x7fffffffd738) at goutputstream.c:1796
Backtrace stopped: Cannot access memory at address 0x7fffffffd798
(gdb)
Kdybych už musel používat takový odpad jako gedit, asi bych ho spustil přes gdb (něco jako gdb /usr/bin/gedit a potom prostě run) a nakonec, až spadne, bych pak v gdb hledal, co se stalo. Třeba bt zobrazí backtrace, který je sice užitečný spíš jen s debuggovací variantou příslušné binárky, ale přece jen může něco napovědět atd.
Tiskni
Sdílej: