pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Now at least it coredumps



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon May 29 09:02:41 2023 +0200
Changeset:	5e80e4c5bff3357dba72f223e96bd183403b3d23

Modified Files:
	szyszka/Makefile
	szyszka/TODO

Log Message:
Now at least it coredumps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e80e4c5bff3357dba72f223e96bd183403b3d23

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 szyszka/Makefile |  2 ++
 szyszka/TODO     | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 65 insertions(+), 5 deletions(-)

diffs:
diff --git a/szyszka/Makefile b/szyszka/Makefile
index d0adb6a68a..1ddd3f299f 100644
--- a/szyszka/Makefile
+++ b/szyszka/Makefile
@@ -14,6 +14,8 @@ LICENSE=	mit
 USE_TOOLS+=	pkg-config
 
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gtk4}/lib
+RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.MesaLib}/lib
+RUSTFLAGS+=	-C link-arg=-L${BUILDLINK_PREFIX.MesaLib}/lib
 
 .include "../../lang/rust/cargo.mk"
 .include "../../x11/gtk4/buildlink3.mk"
diff --git a/szyszka/TODO b/szyszka/TODO
index a0aae24a8c..8d97015d43 100644
--- a/szyszka/TODO
+++ b/szyszka/TODO
@@ -1,6 +1,64 @@
-Gsk-Message: 15:20:22.391: Failed to realize renderer of type 'GskGLRenderer' for surface 'GdkX11Toplevel': libEGL not available
+gdb /usr/pkg/bin/szyszka szyszka.core
+GNU gdb (GDB) 11.0.50.20200914-git
+Copyright (C) 2020 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--netbsd".
+Type "show configuration" for configuration details.
+For bug reporting instructions, please see:
+<https://www.gnu.org/software/gdb/bugs/>.
+Find the GDB manual and other documentation resources online at:
+    <http://www.gnu.org/software/gdb/documentation/>.
 
-thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { domain: gdk-pixbuf-error-quark, code: 3, message: "Unrecognized image file format" }', src/help_function.rs:344:58
-note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
-Exception: szyszka exited with 101
-[tty 2]:1:1: szyszka
+For help, type "help".
+Type "apropos word" to search for commands related to "word"...
+Reading symbols from /usr/pkg/bin/szyszka...
+(No debugging symbols found in /usr/pkg/bin/szyszka)
+[New process 12280]
+[New process 23796]
+[New process 6881]
+[New process 10829]
+[New process 8504]
+[New process 8076]
+Core was generated by `szyszka'.
+Program terminated with signal SIGSEGV, Segmentation fault.
+#0  0x00006fc734443b86 in ?? () from /usr/X11R7/lib/modules/dri/i965_dri.so
+[Current thread is 1 (process 12280)]
+(gdb) bt
+#0  0x00006fc734443b86 in ?? () from /usr/X11R7/lib/modules/dri/i965_dri.so
+#1  0x00006fc734445ff3 in _mesa_GetIntegerv () from /usr/X11R7/lib/modules/dri/i965_dri.so
+#2  0x00006fc73d6db366 in gsk_gl_command_queue_new () from /usr/pkg/lib/libgtk-4.so.1
+#3  0x00006fc73d6e076b in gsk_gl_driver_for_display () from /usr/pkg/lib/libgtk-4.so.1
+#4  0x00006fc73d6d78aa in gsk_gl_renderer_realize () from /usr/pkg/lib/libgtk-4.so.1
+#5  0x00006fc73d6c0b77 in gsk_renderer_realize () from /usr/pkg/lib/libgtk-4.so.1
+#6  0x00006fc73d6c111a in gsk_renderer_new_for_surface () from /usr/pkg/lib/libgtk-4.so.1
+#7  0x00006fc73d57cd74 in gtk_window_realize () from /usr/pkg/lib/libgtk-4.so.1
+#8  0x00006fc73cf7a927 in _g_closure_invoke_va () from /usr/pkg/lib/libgobject-2.0.so.0
+#9  0x00006fc73cf92574 in g_signal_emit_valist () from /usr/pkg/lib/libgobject-2.0.so.0
+#10 0x00006fc73cf92796 in g_signal_emit () from /usr/pkg/lib/libgobject-2.0.so.0
+#11 0x00006fc73d56f757 in gtk_widget_realize () from /usr/pkg/lib/libgtk-4.so.1
+#12 0x00006fc73d5819d2 in gtk_window_show () from /usr/pkg/lib/libgtk-4.so.1
+#13 0x00006fc73cf7a927 in _g_closure_invoke_va () from /usr/pkg/lib/libgobject-2.0.so.0
+#14 0x00006fc73cf92574 in g_signal_emit_valist () from /usr/pkg/lib/libgobject-2.0.so.0
+#15 0x00006fc73cf92796 in g_signal_emit () from /usr/pkg/lib/libgobject-2.0.so.0
+#16 0x00006fc73d564a6f in gtk_widget_show () from /usr/pkg/lib/libgtk-4.so.1
+#17 0x000000000057d193 in szyszka::gui_data_things::gui_data::GuiData::new_with_application ()
+#18 0x000000000053c6b9 in szyszka::build_ui ()
+#19 0x000000000058c2d8 in <O as gio::auto::application::ApplicationExt>::connect_command_line::command_line_trampoline ()
+#20 0x00006fc73dabee7e in _g_cclosure_marshal_INT__OBJECT () from /usr/pkg/lib/libgio-2.0.so.0
+#21 0x00006fc73cf7a740 in g_closure_invoke () from /usr/pkg/lib/libgobject-2.0.so.0
+#22 0x00006fc73cf8c38c in signal_emit_unlocked_R.isra.0 () from /usr/pkg/lib/libgobject-2.0.so.0
+#23 0x00006fc73cf91b9b in g_signal_emit_valist () from /usr/pkg/lib/libgobject-2.0.so.0
+#24 0x00006fc73cf92796 in g_signal_emit () from /usr/pkg/lib/libgobject-2.0.so.0
+#25 0x00006fc73db12eee in g_application_call_command_line () from /usr/pkg/lib/libgio-2.0.so.0
+#26 0x00006fc73db151c2 in g_application_real_local_command_line () from /usr/pkg/lib/libgio-2.0.so.0
+#27 0x00006fc73db1531f in g_application_run () from /usr/pkg/lib/libgio-2.0.so.0
+#28 0x00000000005823e9 in <O as gio::application::ApplicationExtManual>::run_with_args ()
+#29 0x000000000053c5d8 in szyszka::main ()
+#30 0x000000000059b6a3 in std::sys_common::backtrace::__rust_begin_short_backtrace ()
+#31 0x000000000057e449 in std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::he0dfbc5ea91b334d ()
+#32 0x000000000069b634 in std::rt::lang_start_internal ()
+#33 0x000000000053edb5 in main ()
+(gdb)


Home | Main Index | Thread Index | Old Index