|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
[Solved] Programs dumping core
I upgraded to 6.4 snapshop (amd64) and now lots of programs are dumping core, including chromium and xfce4. I had to switch to icewm because xfce was so bad, but now running FreeBSD till solved.
I've searched trying to find answer and it seems the problems may be related to "pledge". Is there a sysctl adjustment I can make? I don't know what info I can provide can be useful. 6.4 boots fine, just when I start using X, then I get a bunch of core files in home directory. I am using my Dell Inspiron 15 with 4 gig ram and never had this problem. Thanks for help Last edited by unicyclist; 7th September 2018 at 04:01 PM. Reason: problem solved |
|
|||
jggimi, yes I did. In fact just botted into OpenBSD to make sure. Did upgrade again, and couple of files upgraded...something fonts.
Here is the ouput of gddb chrome.core: Code:
There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-unknown-openbsd6.4"..."/home/mike/chrome.core": not in executable format: File format not recognized |
|
||||
gdb(1) has a lot of options, The most common syntax for obtaining backtraces from core files is "$ gdb path/to/program.file path/to/core.file"
This is why gdb() complained that the first and only operand you provided was "...not in executable format" -- it was not a file containing a compiled binary program. Try something like $ gdb /usr/local/chrome/chrome chrome.core If successful, you should learn the cause for the failure, and be able to request a backtrace at a gdb> prompt with "bt". The only packages which contain symbol tables are libraries. So package backtraces will be fairly empty of detail, but they should name the modules called in order (as long as the stack was undamaged) and the core file should note the reason for the failure. |
|
|||
Ok, thanks jggimi. Sorry, I had deleted the core to make chromium run. I just started over and this time it didn't dump a core.
Now that I know how to use gdb, I'll keep trying to start chrome and will post output here as soon as I get another one. |
|
|||
I started X again with xfce4. Chrome loaded, but I did get a xfsettingsd.core.
Couldn't capture all the output of gdb, but here is first and last section of it. Otherwise, it was showing a lot lines showing the symbol word Code:
Core was generated by `xfsettingsd'. Program terminated with signal 10, Bus error. . . Loaded symbols for /usr/local/lib/gio/modules/libgioremote-volume-monitor.so #0 dl_calculate (before=0x1a35b9ee3680, after=0x1a35d65dbc40, cbs=0x1a35970dbf80, udata=0x1a3515001400) at dep-list.c:101 101 dep-list.c: No such file or directory. in dep-list.c |
|
||||
The gdb() program reported that the program was halted and the core was generated due to a bus error. As I noted above, only package libraries are built with symbol tables, such as the gio library noted in your output.
#0 is the top and therefore last backtrace entry. #1, if present, would be the next-to-last entry, and so on. The script(1) tool can be helpful to capturing a console or xterm session. Its output file captures control sequences also, so it is best to post-process the output through col(1) with the -b option for readability. Edited to add: that you are seeing symbols (such as source code module and line number) in backtrace #0, indicates that this is library code. Last edited by jggimi; 6th September 2018 at 08:21 PM. Reason: forgot to note the symbols in backtrace |
|
|||
Thank you jggimi. I appreciate your help.
I have some homework to do on script and col When I get familiar with them, I will post output of gdb again. |
|
|||
ok, hope this helps, and yes, you are correct. Appears to be library problem
Code:
Script started on Thu Sep 6 12:37:37 2018 ?1034hGNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-unknown-openbsd6.4"...(no debugging symbols found) Core was generated by `xfsettingsd'. Program terminated with signal 10, Bus error. Reading symbols from /usr/lib/libpthread.so.25.1...done. Loaded symbols for /usr/lib/libpthread.so.25.1 Loaded symbols for /usr/local/bin/xfsettingsd Reading symbols from /usr/local/lib/libgtk-x11-2.0.so.2400.0...done. Loaded symbols for /usr/local/lib/libgtk-x11-2.0.so.2400.0 Reading symbols from /usr/local/lib/libgdk-x11-2.0.so.2400.0...done. Loaded symbols for /usr/local/lib/libgdk-x11-2.0.so.2400.0 Reading symbols from /usr/local/lib/libpangocairo-1.0.so.3800.1...done. Loaded symbols for /usr/local/lib/libpangocairo-1.0.so.3800.1 Reading symbols from /usr/local/lib/libpango-1.0.so.3800.2...done. Loaded symbols for /usr/local/lib/libpango-1.0.so.3800.2 Reading symbols from /usr/local/lib/libgobject-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgobject-2.0.so.4200.7 Reading symbols from /usr/local/lib/libglib-2.0.so.4201.0...done. Loaded symbols for /usr/local/lib/libglib-2.0.so.4201.0 Reading symbols from /usr/local/lib/libiconv.so.6.0...done. Loaded symbols for /usr/local/lib/libiconv.so.6.0 Reading symbols from /usr/local/lib/libpcre.so.3.0...done. Loaded symbols for /usr/local/lib/libpcre.so.3.0 Reading symbols from /usr/local/lib/libintl.so.6.0...done. Loaded symbols for /usr/local/lib/libintl.so.6.0 Reading symbols from /usr/local/lib/libffi.so.1.2...done. Loaded symbols for /usr/local/lib/libffi.so.1.2 Reading symbols from /usr/local/lib/libgthread-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgthread-2.0.so.4200.7 Reading symbols from /usr/local/lib/libfribidi.so.3.0...done. Loaded symbols for /usr/local/lib/libfribidi.so.3.0 Reading symbols from /usr/lib/libm.so.10.1...done. Loaded symbols for /usr/lib/libm.so.10.1 Reading symbols from /usr/local/lib/libcairo.so.13.0...done. Loaded symbols for /usr/local/lib/libcairo.so.13.0 Symbols already loaded for /usr/lib/libpthread.so.25.1 Reading symbols from /usr/X11R6/lib/libpixman-1.so.32.6...done. Loaded symbols for /usr/X11R6/lib/libpixman-1.so.32.6 Reading symbols from /usr/X11R6/lib/libfontconfig.so.12.0...done. Loaded symbols for /usr/X11R6/lib/libfontconfig.so.12.0 Reading symbols from /usr/X11R6/lib/libfreetype.so.29.0...done. Loaded symbols for /usr/X11R6/lib/libfreetype.so.29.0 Reading symbols from /usr/lib/libz.so.5.0...done. Loaded symbols for /usr/lib/libz.so.5.0 Reading symbols from /usr/lib/libexpat.so.12.0...done. Loaded symbols for /usr/lib/libexpat.so.12.0 Reading symbols from /usr/local/lib/libpng.so.17.5...done. Loaded symbols for /usr/local/lib/libpng.so.17.5 Reading symbols from /usr/X11R6/lib/libxcb-shm.so.1.1...done. Loaded symbols for /usr/X11R6/lib/libxcb-shm.so.1.1 Reading symbols from /usr/X11R6/lib/libxcb.so.4.0...done. Loaded symbols for /usr/X11R6/lib/libxcb.so.4.0 Reading symbols from /usr/X11R6/lib/libxcb-render.so.1.1...done. Loaded symbols for /usr/X11R6/lib/libxcb-render.so.1.1 Reading symbols from /usr/X11R6/lib/libXrender.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXrender.so.6.0 Reading symbols from /usr/X11R6/lib/libX11.so.16.1...done. Loaded symbols for /usr/X11R6/lib/libX11.so.16.1 Reading symbols from /usr/X11R6/lib/libXext.so.13.0...done. Loaded symbols for /usr/X11R6/lib/libXext.so.13.0 Reading symbols from /usr/local/lib/libpangoft2-1.0.so.3800.1...done. Loaded symbols for /usr/local/lib/libpangoft2-1.0.so.3800.1 Reading symbols from /usr/local/lib/libharfbuzz.so.12.0...done. Loaded symbols for /usr/local/lib/libharfbuzz.so.12.0 Reading symbols from /usr/local/lib/libgraphite2.so.2.0...done. Loaded symbols for /usr/local/lib/libgraphite2.so.2.0 Reading symbols from /usr/local/lib/libgio-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgio-2.0.so.4200.7 Reading symbols from /usr/local/lib/libgmodule-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgmodule-2.0.so.4200.7 Reading symbols from /usr/X11R6/lib/libXinerama.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXinerama.so.6.0 Reading symbols from /usr/X11R6/lib/libXi.so.12.1...done. Loaded symbols for /usr/X11R6/lib/libXi.so.12.1 Reading symbols from /usr/X11R6/lib/libXrandr.so.7.1...done. Loaded symbols for /usr/X11R6/lib/libXrandr.so.7.1 Reading symbols from /usr/X11R6/lib/libXcursor.so.5.0...done. Loaded symbols for /usr/X11R6/lib/libXcursor.so.5.0 Reading symbols from /usr/X11R6/lib/libXfixes.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXfixes.so.6.0 Reading symbols from /usr/X11R6/lib/libXcomposite.so.4.0...done. Loaded symbols for /usr/X11R6/lib/libXcomposite.so.4.0 Reading symbols from /usr/X11R6/lib/libXdamage.so.4.0...done. Loaded symbols for /usr/X11R6/lib/libXdamage.so.4.0 Reading symbols from /usr/local/lib/libgdk_pixbuf-2.0.so.3200.1...done. Loaded symbols for /usr/local/lib/libgdk_pixbuf-2.0.so.3200.1 Reading symbols from /usr/local/lib/libatk-1.0.so.21809.2...done. Loaded symbols for /usr/local/lib/libatk-1.0.so.21809.2 Reading symbols from /usr/local/lib/libdbus-glib-1.so.5.0...done. Loaded symbols for /usr/local/lib/libdbus-glib-1.so.5.0 Reading symbols from /usr/local/lib/libdbus-1.so.11.2...done. Loaded symbols for /usr/local/lib/libdbus-1.so.11.2 Reading symbols from /usr/local/lib/libxfconf-0.so.0.1...done. Loaded symbols for /usr/local/lib/libxfconf-0.so.0.1 Reading symbols from /usr/local/lib/libxfce4util.so.4.0...done. Loaded symbols for /usr/local/lib/libxfce4util.so.4.0 Reading symbols from /usr/local/lib/libxfce4ui-1.so.0.1...done. Loaded symbols for /usr/local/lib/libxfce4ui-1.so.0.1 Reading symbols from /usr/X11R6/lib/libSM.so.9.0...done. Loaded symbols for /usr/X11R6/lib/libSM.so.9.0 Reading symbols from /usr/X11R6/lib/libICE.so.10.0...done. Loaded symbols for /usr/X11R6/lib/libICE.so.10.0 Reading symbols from /usr/local/lib/libstartup-notification-1.so.2.0...done. Loaded symbols for /usr/local/lib/libstartup-notification-1.so.2.0 Reading symbols from /usr/X11R6/lib/libxcb-util.so.0.0...done. Loaded symbols for /usr/X11R6/lib/libxcb-util.so.0.0 Reading symbols from /usr/X11R6/lib/libX11-xcb.so.2.0...done. Loaded symbols for /usr/X11R6/lib/libX11-xcb.so.2.0 Reading symbols from /usr/local/lib/libxfce4kbd-private-2.so.1.0...done. Loaded symbols for /usr/local/lib/libxfce4kbd-private-2.so.1.0 Reading symbols from /usr/local/lib/libxklavier.so.17.1...done. Loaded symbols for /usr/local/lib/libxklavier.so.17.1 Reading symbols from /usr/local/lib/libxml2.so.16.1...done. Loaded symbols for /usr/local/lib/libxml2.so.16.1 Reading symbols from /usr/local/lib/liblzma.so.2.1...done. Loaded symbols for /usr/local/lib/liblzma.so.2.1 Reading symbols from /usr/X11R6/lib/libxkbfile.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libxkbfile.so.6.0 Reading symbols from /usr/local/lib/libnotify.so.4.0...done. Loaded symbols for /usr/local/lib/libnotify.so.4.0 Reading symbols from /usr/local/lib/libupower-glib.so.2.1...done. Loaded symbols for /usr/local/lib/libupower-glib.so.2.1 Reading symbols from /usr/lib/libc.so.92.4...done. Loaded symbols for /usr/lib/libc.so.92.4 Reading symbols from /usr/X11R6/lib/libXau.so.10.0...done. Loaded symbols for /usr/X11R6/lib/libXau.so.10.0 Reading symbols from /usr/X11R6/lib/libXdmcp.so.11.0...done. Loaded symbols for /usr/X11R6/lib/libXdmcp.so.11.0 Reading symbols from /usr/lib/libc++.so.1.0...done. Loaded symbols for /usr/lib/libc++.so.1.0 Reading symbols from /usr/lib/libc++abi.so.0.0...done. Loaded symbols for /usr/lib/libc++abi.so.0.0 Reading symbols from /usr/libexec/ld.so...done. Loaded symbols for /usr/libexec/ld.so Reading symbols from /usr/local/lib/gio/modules/libgvfsdbus.so...done. Loaded symbols for /usr/local/lib/gio/modules/libgvfsdbus.so Reading symbols from /usr/local/lib/gvfs/libgvfscommon.so...done. Loaded symbols for /usr/local/lib/gvfs/libgvfscommon.so Reading symbols from /usr/local/lib/gio/modules/libgioremote-volume-monitor.so...done. Loaded symbols for /usr/local/lib/gio/modules/libgioremote-volume-monitor.so #0 dl_calculate (before=0x1a35b9ee3680, after=0x1a35d65dbc40, cbs=0x1a35970dbf80, udata=0x1a3515001400) at dep-list.c:101 101 dep-list.c: No such file or directory. in dep-list.c (gdb) quit Script done on Thu Sep 6 12:37:48 2018 Code:
(gdb) bt #0 dl_calculate (before=0x1a35b9ee3680, after=0x1a35d65dbc40, cbs=0x1a35970dbf80, udata=0x1a3515001400) at dep-list.c:101 #1 0x00001a3596e2772a in _kh_dir_diff (sub=0x1a352c763ca0) at kqueue-helper.c:176 #2 0x00001a3596e2761e in g_kqueue_file_monitor_callback (fd=16, condition=Variable "condition" is not available. ) at gkqueuefilemonitor.c:254 #3 0x00001a35eca51899 in g_main_context_dispatch (context=Variable "context" is not available. ) at gmain.c:3176 #4 0x00001a35eca51ca3 in g_main_context_iterate () at gmain.c:3902 #5 0x00001a35eca51d83 in g_main_context_iteration (context=0x1a35b0296f00, may_block=1) at gmain.c:3963 #6 0x00001a35eca53e16 in glib_worker_main (data=Variable "data" is not available. ) at gmain.c:5772 #7 0x00001a35eca800ea in g_thread_proxy (data=0x1a35e816b800) at gthread.c:784 #8 0x00001a35c54e440e in _rthread_start (v=Variable "v" is not available. ) at /usr/src/lib/librthread/rthread.c:96 #9 0x00001a36096d5f7b in __tfork_thread () at /usr/src/lib/libc/arch/amd64/sys/tfork_thread.S:75 #10 0x0000000000000000 in ?? () Current language: auto; currently minimal |
|
|||
What follows is output of a chrome.core. Again, libraries.
I am considering a fresh install since something is very amiss. The led for the harddrive was constantly lit so I checked top to see what might be going on, and found that the ld command ran for a couple of minutes nonstop. With these library problems, I'm wondering if something didn't get upgraded properly. OpenBSD has been on this laptop for quite some time. I have a separate /home, so no problem starting over. Just back up /etc and ls of /var/db/pkg. ok, head of dmesg: Code:
dmesg | head -n 10 OpenBSD 6.4-beta (GENERIC.MP) #284: Fri Aug 31 13:44:51 MDT 2018 deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 4154187776 (3961MB) avail mem = 4019048448 (3832MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xaaebc000 (70 entries) bios0: vendor Dell Inc. version "A14" date 07/31/2015 bios0: Dell Inc. Inspiron 3521 Code:
Script started on Thu Sep 6 13:05:29 2018 ?1034hGNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-unknown-openbsd6.4"... (no debugging symbols found) Core was generated by `chrome'. Program terminated with signal 6, Aborted. Reading symbols from /usr/lib/libpthread.so.25.1...done. Loaded symbols for /usr/lib/libpthread.so.25.1 Loaded symbols for /usr/local/chrome/chrome Reading symbols from /usr/X11R6/lib/libX11.so.16.1...done. Loaded symbols for /usr/X11R6/lib/libX11.so.16.1 Reading symbols from /usr/X11R6/lib/libX11-xcb.so.2.0...done. Loaded symbols for /usr/X11R6/lib/libX11-xcb.so.2.0 Reading symbols from /usr/X11R6/lib/libxcb.so.4.0...done. Loaded symbols for /usr/X11R6/lib/libxcb.so.4.0 Reading symbols from /usr/X11R6/lib/libXcomposite.so.4.0...done. Loaded symbols for /usr/X11R6/lib/libXcomposite.so.4.0 Reading symbols from /usr/X11R6/lib/libXcursor.so.5.0...done. Loaded symbols for /usr/X11R6/lib/libXcursor.so.5.0 Reading symbols from /usr/X11R6/lib/libXdamage.so.4.0...done. Loaded symbols for /usr/X11R6/lib/libXdamage.so.4.0 Reading symbols from /usr/X11R6/lib/libXext.so.13.0...done. Loaded symbols for /usr/X11R6/lib/libXext.so.13.0 Reading symbols from /usr/X11R6/lib/libXfixes.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXfixes.so.6.0 Reading symbols from /usr/X11R6/lib/libXi.so.12.1...done. Loaded symbols for /usr/X11R6/lib/libXi.so.12.1 Reading symbols from /usr/X11R6/lib/libXrender.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXrender.so.6.0 Reading symbols from /usr/X11R6/lib/libXtst.so.11.0...done. Loaded symbols for /usr/X11R6/lib/libXtst.so.11.0 Reading symbols from /usr/local/lib/libgmodule-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgmodule-2.0.so.4200.7 Reading symbols from /usr/local/lib/libgobject-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgobject-2.0.so.4200.7 Reading symbols from /usr/local/lib/libgthread-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgthread-2.0.so.4200.7 Reading symbols from /usr/local/lib/libglib-2.0.so.4201.0...done. Loaded symbols for /usr/local/lib/libglib-2.0.so.4201.0 Reading symbols from /usr/local/lib/libintl.so.6.0...done. Loaded symbols for /usr/local/lib/libintl.so.6.0 Reading symbols from /usr/local/lib/libpcre.so.3.0...done. Loaded symbols for /usr/local/lib/libpcre.so.3.0 Reading symbols from /usr/local/lib/libsmime3.so.52.1...done. Loaded symbols for /usr/local/lib/libsmime3.so.52.1 Reading symbols from /usr/local/lib/libnss3.so.52.1...done. Loaded symbols for /usr/local/lib/libnss3.so.52.1 Reading symbols from /usr/local/lib/libnssutil3.so.52.1...done. Loaded symbols for /usr/local/lib/libnssutil3.so.52.1 Reading symbols from /usr/local/lib/libplds4.so.24.0...done. Loaded symbols for /usr/local/lib/libplds4.so.24.0 Reading symbols from /usr/local/lib/libplc4.so.24.0...done. Loaded symbols for /usr/local/lib/libplc4.so.24.0 Reading symbols from /usr/local/lib/libnspr4.so.24.0...done. Loaded symbols for /usr/local/lib/libnspr4.so.24.0 Reading symbols from /usr/local/lib/libcups.so.6.4...done. Loaded symbols for /usr/local/lib/libcups.so.6.4 Reading symbols from /usr/lib/libexpat.so.12.0...done. Loaded symbols for /usr/lib/libexpat.so.12.0 Reading symbols from /usr/local/lib/libdbus-1.so.11.2...done. Loaded symbols for /usr/local/lib/libdbus-1.so.11.2 Reading symbols from /usr/lib/libevent.so.4.1...done. Loaded symbols for /usr/lib/libevent.so.4.1 Reading symbols from /usr/X11R6/lib/libXss.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXss.so.6.0 Reading symbols from /usr/X11R6/lib/libdrm.so.7.6...done. Loaded symbols for /usr/X11R6/lib/libdrm.so.7.6 Reading symbols from /usr/X11R6/lib/libXrandr.so.7.1...done. Loaded symbols for /usr/X11R6/lib/libXrandr.so.7.1 Reading symbols from /usr/local/lib/libgio-2.0.so.4200.7...done. Loaded symbols for /usr/local/lib/libgio-2.0.so.4200.7 Reading symbols from /usr/X11R6/lib/libGL.so.17.1...done. Loaded symbols for /usr/X11R6/lib/libGL.so.17.1 Reading symbols from /usr/lib/libsndio.so.7.0...done. Loaded symbols for /usr/lib/libsndio.so.7.0 Reading symbols from /usr/lib/libm.so.10.1...done. Loaded symbols for /usr/lib/libm.so.10.1 Reading symbols from /usr/lib/libz.so.5.0...done. Loaded symbols for /usr/lib/libz.so.5.0 Reading symbols from /usr/local/lib/libpangocairo-1.0.so.3800.1...done. Loaded symbols for /usr/local/lib/libpangocairo-1.0.so.3800.1 Reading symbols from /usr/local/lib/libpangoft2-1.0.so.3800.1...done. Loaded symbols for /usr/local/lib/libpangoft2-1.0.so.3800.1 Reading symbols from /usr/local/lib/libharfbuzz.so.12.0...done. Loaded symbols for /usr/local/lib/libharfbuzz.so.12.0 Reading symbols from /usr/local/lib/libgraphite2.so.2.0...done. Loaded symbols for /usr/local/lib/libgraphite2.so.2.0 Reading symbols from /usr/local/lib/libpango-1.0.so.3800.2...done. Loaded symbols for /usr/local/lib/libpango-1.0.so.3800.2 Reading symbols from /usr/local/lib/libfribidi.so.3.0...done. Loaded symbols for /usr/local/lib/libfribidi.so.3.0 Reading symbols from /usr/local/lib/libcairo.so.13.0...done. Loaded symbols for /usr/local/lib/libcairo.so.13.0 Reading symbols from /usr/X11R6/lib/libpixman-1.so.32.6...done. Loaded symbols for /usr/X11R6/lib/libpixman-1.so.32.6 Reading symbols from /usr/X11R6/lib/libfontconfig.so.12.0...done. Loaded symbols for /usr/X11R6/lib/libfontconfig.so.12.0 Reading symbols from /usr/local/lib/libpng.so.17.5...done. Loaded symbols for /usr/local/lib/libpng.so.17.5 Reading symbols from /usr/X11R6/lib/libxcb-shm.so.1.1...done. Loaded symbols for /usr/X11R6/lib/libxcb-shm.so.1.1 Reading symbols from /usr/X11R6/lib/libxcb-render.so.1.1...done. Loaded symbols for /usr/X11R6/lib/libxcb-render.so.1.1 Reading symbols from /usr/X11R6/lib/libXau.so.10.0...done. Loaded symbols for /usr/X11R6/lib/libXau.so.10.0 Reading symbols from /usr/X11R6/lib/libXdmcp.so.11.0...done. Loaded symbols for /usr/X11R6/lib/libXdmcp.so.11.0 Reading symbols from /usr/local/lib/libatk-1.0.so.21809.2...done. Loaded symbols for /usr/local/lib/libatk-1.0.so.21809.2 Reading symbols from /usr/local/lib/libatk-bridge-2.0.so.0.0...done. Loaded symbols for /usr/local/lib/libatk-bridge-2.0.so.0.0 Reading symbols from /usr/local/lib/libatspi.so.0.2...done. Loaded symbols for /usr/local/lib/libatspi.so.0.2 Reading symbols from /usr/lib/libutil.so.13.0...done. Loaded symbols for /usr/lib/libutil.so.13.0 Reading symbols from /usr/local/lib/libgtk-3.so.2200.3...done. Loaded symbols for /usr/local/lib/libgtk-3.so.2200.3 Reading symbols from /usr/local/lib/libgdk-3.so.2200.3...done. Loaded symbols for /usr/local/lib/libgdk-3.so.2200.3 Reading symbols from /usr/X11R6/lib/libXinerama.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXinerama.so.6.0 Reading symbols from /usr/X11R6/lib/libepoxy.so.3.0...done. Loaded symbols for /usr/X11R6/lib/libepoxy.so.3.0 Reading symbols from /usr/X11R6/lib/libEGL.so.1.1...done. Loaded symbols for /usr/X11R6/lib/libEGL.so.1.1 Reading symbols from /usr/X11R6/lib/libxcb-glx.so.1.1...done. Loaded symbols for /usr/X11R6/lib/libxcb-glx.so.1.1 Reading symbols from /usr/X11R6/lib/libxcb-dri2.so.1.1...done. Loaded symbols for /usr/X11R6/lib/libxcb-dri2.so.1.1 Reading symbols from /usr/X11R6/lib/libXxf86vm.so.6.0...done. Loaded symbols for /usr/X11R6/lib/libXxf86vm.so.6.0 Reading symbols from /usr/local/lib/libcairo-gobject.so.2.0...done. Loaded symbols for /usr/local/lib/libcairo-gobject.so.2.0 Reading symbols from /usr/X11R6/lib/libfreetype.so.29.0...done. Loaded symbols for /usr/X11R6/lib/libfreetype.so.29.0 Reading symbols from /usr/local/lib/libgdk_pixbuf-2.0.so.3200.1...done. Loaded symbols for /usr/local/lib/libgdk_pixbuf-2.0.so.3200.1 Reading symbols from /usr/local/lib/libxslt.so.4.0...done. Loaded symbols for /usr/local/lib/libxslt.so.4.0 Reading symbols from /usr/local/lib/libxml2.so.16.1...done. Loaded symbols for /usr/local/lib/libxml2.so.16.1 Reading symbols from /usr/local/lib/libexecinfo.so.2.0...done. Loaded symbols for /usr/local/lib/libexecinfo.so.2.0 Reading symbols from /usr/lib/libc++.so.1.0...done. Loaded symbols for /usr/lib/libc++.so.1.0 Reading symbols from /usr/lib/libc++abi.so.0.0...done. Loaded symbols for /usr/lib/libc++abi.so.0.0 Symbols already loaded for /usr/lib/libpthread.so.25.1 Reading symbols from /usr/lib/libc.so.92.4...done. Loaded symbols for /usr/lib/libc.so.92.4 Reading symbols from /usr/local/lib/libiconv.so.6.0...done. Loaded symbols for /usr/local/lib/libiconv.so.6.0 Reading symbols from /usr/local/lib/libffi.so.1.2...done. Loaded symbols for /usr/local/lib/libffi.so.1.2 Reading symbols from /usr/local/lib/libgnutls.so.44.1...done. Loaded symbols for /usr/local/lib/libgnutls.so.44.1 Reading symbols from /usr/local/lib/libavahi-common.so.0.1...done. Loaded symbols for /usr/local/lib/libavahi-common.so.0.1 Reading symbols from /usr/local/lib/libavahi-client.so.0.1...done. Loaded symbols for /usr/local/lib/libavahi-client.so.0.1 Reading symbols from /usr/X11R6/lib/libxcb-dri3.so.0.0...done. Loaded symbols for /usr/X11R6/lib/libxcb-dri3.so.0.0 Reading symbols from /usr/X11R6/lib/libxcb-present.so.0.1...done. Loaded symbols for /usr/X11R6/lib/libxcb-present.so.0.1 Reading symbols from /usr/X11R6/lib/libxcb-sync.so.1.2...done. Loaded symbols for /usr/X11R6/lib/libxcb-sync.so.1.2 Reading symbols from /usr/X11R6/lib/libxshmfence.so.0.0...done. Loaded symbols for /usr/X11R6/lib/libxshmfence.so.0.0 Reading symbols from /usr/X11R6/lib/libglapi.so.0.2...done. Loaded symbols for /usr/X11R6/lib/libglapi.so.0.2 Reading symbols from /usr/X11R6/lib/libxcb-xfixes.so.1.2...done. Loaded symbols for /usr/X11R6/lib/libxcb-xfixes.so.1.2 Reading symbols from /usr/X11R6/lib/libgbm.so.0.2...done. Loaded symbols for /usr/X11R6/lib/libgbm.so.0.2 Reading symbols from /usr/local/lib/liblzma.so.2.1...done. Loaded symbols for /usr/local/lib/liblzma.so.2.1 Reading symbols from /usr/local/lib/libidn2.so.1.0...done. Loaded symbols for /usr/local/lib/libidn2.so.1.0 Reading symbols from /usr/local/lib/libunistring.so.0.1...done. Loaded symbols for /usr/local/lib/libunistring.so.0.1 Reading symbols from /usr/local/lib/libp11-kit.so.2.0...done. Loaded symbols for /usr/local/lib/libp11-kit.so.2.0 Reading symbols from /usr/local/lib/libtasn1.so.4.0...done. Loaded symbols for /usr/local/lib/libtasn1.so.4.0 Reading symbols from /usr/local/lib/libnettle.so.3.0...done. Loaded symbols for /usr/local/lib/libnettle.so.3.0 Reading symbols from /usr/local/lib/libhogweed.so.2.0...done. Loaded symbols for /usr/local/lib/libhogweed.so.2.0 Reading symbols from /usr/local/lib/libgmp.so.10.0...done. Loaded symbols for /usr/local/lib/libgmp.so.10.0 Reading symbols from /usr/libexec/ld.so...done. Loaded symbols for /usr/libexec/ld.so Reading symbols from /usr/X11R6/lib/modules/dri/i965_dri.so...done. Loaded symbols for /usr/X11R6/lib/modules/dri/i965_dri.so Reading symbols from /usr/X11R6/lib/libdrm_intel.so.5.4...done. Loaded symbols for /usr/X11R6/lib/libdrm_intel.so.5.4 Reading symbols from /usr/X11R6/lib/libpciaccess.so.2.0...done. Loaded symbols for /usr/X11R6/lib/libpciaccess.so.2.0 Reading symbols from /usr/X11R6/lib/libdrm_radeon.so.4.0...done. Loaded symbols for /usr/X11R6/lib/libdrm_radeon.so.4.0 Reading symbols from /usr/X11R6/lib/libtxc_dxtn.so.0.0...done. Loaded symbols for /usr/X11R6/lib/libtxc_dxtn.so.0.0 #0 _fmt (format=Variable "format" is not available. ) at /usr/src/lib/libc/time/wcsftime.c:426 426 /usr/src/lib/libc/time/wcsftime.c: No such file or directory. in /usr/src/lib/libc/time/wcsftime.c (gdb) bt #0 _fmt (format=Variable "format" is not available. ) at /usr/src/lib/libc/time/wcsftime.c:426 #1 0x000004fb5d26ca45 in ReadInFile () from /usr/X11R6/lib/libX11.so.16.1 #2 0x000004fb5d26c94f in XrmGetFileDatabase () from /usr/X11R6/lib/libX11.so.16.1 #3 0x000004fb5d2408fe in XGetErrorDatabaseText () from /usr/X11R6/lib/libX11.so.16.1 #4 0x000004fb5d24075f in XGetErrorText () from /usr/X11R6/lib/libX11.so.16.1 #5 0x000004f94cc09857 in ChromeMain () from /usr/local/chrome/chrome #6 0x000004f94c58b570 in ChromeMain () from /usr/local/chrome/chrome #7 0x000004f94c5a3236 in ChromeMain () from /usr/local/chrome/chrome #8 0x000004f94c5a38ba in ChromeMain () from /usr/local/chrome/chrome #9 0x000004f94c5a5359 in ChromeMain () from /usr/local/chrome/chrome #10 0x000004f94c5c5ff3 in ChromeMain () from /usr/local/chrome/chrome #11 0x000004f94f6481da in localtime_r () from /usr/local/chrome/chrome #12 0x000004f94c2079ed in ChromeMain () from /usr/local/chrome/chrome #13 0x000004f94c2112a5 in ChromeMain () from /usr/local/chrome/chrome #14 0x000004f94c20620e in ChromeMain () from /usr/local/chrome/chrome #15 0x000004f94a1060cb in ChromeMain () from /usr/local/chrome/chrome #16 0x000004f94a105e96 in _start () from /usr/local/chrome/chrome #17 0x0000000000000000 in ?? () Current language: auto; currently minimal (gdb) quit Script done on Thu Sep 6 13:05:38 2018 |
|
||||
I don't think I'll be much more help. I'm no programmer. There is one more operational step you could take, which is to run pkg_check(8). If the problem is caused by something in /usr/local which should not be there, or some other damage or leftover cruft is getting in the way of proper operation, this may cure it.
If not, and if no one else jumps in, you could post an informal problem report to misc@. And of course, if you don't mind reinstalling, that will likely be a useful solution. All that I can determine is that:
|
|
|||
Thank you for all your help jggimi.
I'm going to start with fresh snapshot install. No big deal for me to start over. Rather do that than to bother more people. You helped me tremendously and I learned quite a bit from you. Then I will see if something was broke on this system/upgrade as compared to new install. Will post again after installation complete, but won't have everything done till tomorrow (local time). |
|
|||
I am marking this one solved. I did do a fresh install of 6.4-beta and now all is well.
I am back to running this system. Thank you very much gjjimi for you help, and the things you mentioned that helped me very much in learning how to do things Very much appreciated. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PCmanfm dumping core report? | mefisto | OpenBSD General | 3 | 10th October 2017 10:46 AM |
Uncompatable BSD programs and drivers | oscurochu | FreeBSD General | 11 | 25th August 2009 06:22 PM |
PHP Dumping Core Every 15 seconds?? | Michael | FreeBSD General | 2 | 21st June 2008 08:17 PM |
Network failure and output dumping onto console | JMJ_coder | NetBSD General | 17 | 17th May 2008 02:27 AM |
Programs | syrushcw | FreeBSD Security | 1 | 2nd May 2008 05:44 PM |