ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Evgeny Sinelnikov <sin@altlinux.org>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Fwd: gimp висит при запуске
Date: Wed, 3 Jun 2020 13:53:08 +0400
Message-ID: <CAK42-GpJXZE9oHgCC50FrTfS53MUwV3dKxZRnBg_gk7oXSbLaw@mail.gmail.com> (raw)
In-Reply-To: <CAFE-3XZPBs0Hx6_i5JwRMBigkb29umU8Eq1fFWWsxykhERT4Qg@mail.gmail.com>

ср, 3 июн. 2020 г. в 13:42, Denis G. Samsonenko <d.g.samsonenko@gmail.com>:
>
> Добрый день!
>
> > Трудно осмыслить просто по логам.
> > Вы можете представить вывод gdb?
> ...
> > 3) Запустить gimp из-под gdb:
> > $ gdb gimp
> > GNU gdb (GDB) 8.2.50.20180917-alt4 (ALT p9)
> > Copyright (C) 2018 Free Software Foundation, Inc.
> > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> > ...
> > (gdb) run
> > 4) Привести вывод команды backtrace после падения gimp'а в gdb
> > ...
> > (gdb) backtrace
>
> Да он как бы не падает, а висит. Точнее ждёт чего-то при попытке
> грузить эти самые кисти. По Ctrl-C останавливается, так что не совсем
> висит, но и дальше не грузится.
>
> В общем я довёл до состояния, когда он вроде бы завис, после чего
> остановил по Ctrl-C. Вывод backtrace приложил.

Спасибо!

Смотрите, на чём он висит:
229         if (has_rdrand()) return get_rdrand_seed();
(gdb) backtrace
#0  0x00007ffff5a2e134 in get_rdrand_seed () at random_seed.c:229
#1  json_c_get_random_seed () at random_seed.c:229
#2  0x00007ffff5a2d3f7 in lh_char_hash (k=0x28628d0) at linkhash.c:465
#3  0x00007ffff5a28822 in lh_get_hash (t=<optimized out>, k=0x28628d0)
at linkhash.h:371
#4  json_object_object_add_ex (jso=0x28625d0, key=0x28628d0 "comment",
val=val@entry=0x28628f0, opts=opts@entry=0)
    at json_object.c:480
#5  0x00007ffff5a288e7 in json_object_object_add (jso=<optimized out>,
key=<optimized out>, val=val@entry=0x28628f0)
    at json_object.c:508
#6  0x00007ffff5a2b28a in json_tokener_parse_ex (tok=tok@entry=0x2862170,
    str=0x27cf4a5 ", \n    \"group\": \"\", \n
\"parent_brush_name\": \"\", \n    \"settings\": {\n
\"anti_aliasing\": {\n", ' ' <repeats 12 times>, "\"base_value\": 0.0,
\n", ' ' <repeats 12 times>, "\"inputs\": {}\n        }, \n
\"change_color_h\": {\n       "...,
    str@entry=0x27cf480 "{\n    \"comment\": \"MyPaint brush file\",
\n    \"group\": \"\", \n    \"parent_brush_name\": \"\", \n
\"settings\": {\n        \"anti_aliasing\": {\n", ' ' <repeats 12
times>, "\"base_value\": 0.0, \n", ' ' <repeats 12 times>,
"\"inputs\": {}\n        },"..., len=len@entry=-1) at
json_tokener.c:930
#7  0x00007ffff5a2ca17 in json_tokener_parse_verbose (
    str=str@entry=0x27cf480 "{\n    \"comment\": \"MyPaint brush
file\", \n    \"group\": \"\", \n    \"parent_brush_name\": \"\", \n
 \"settings\": {\n        \"anti_aliasing\": {\n", ' ' <repeats 12
times>, "\"base_value\": 0.0, \n", ' ' <repeats 12 times>,
"\"inputs\": {}\n        },"..., error=error@entry=0x7fffffffe55c) at
json_tokener.c:179
#8  0x00007ffff5a2ca6e in json_tokener_parse (
    str=str@entry=0x27cf480 "{\n    \"comment\": \"MyPaint brush
file\", \n    \"group\": \"\", \n    \"parent_brush_name\": \"\", \n
 \"settings\": {\n        \"anti_aliasing\": {\n", ' ' <repeats 12
times>, "\"base_value\": 0.0, \n", ' ' <repeats 12 times>,
"\"inputs\": {}\n        },"...) at json_tokener.c:166
#9  0x00007ffff6d4c98d in mypaint_brush_from_string (self=self@entry=0x27d0760,
    string=string@entry=0x27cf480 "{\n    \"comment\": \"MyPaint brush
file\", \n    \"group\": \"\", \n    \"parent_brush_name\": \"\", \n
 \"settings\": {\n        \"anti_aliasing\": {\n", ' ' <repeats 12
times>, "\"base_value\": 0.0, \n", ' ' <repeats 12 times>,
"\"inputs\": {}\n        },"...) at mypaint-brush.c:1668
#10 0x000000000080e696 in gimp_mybrush_load (context=<optimized out>,
input=<optimized out>, error=0x7fffffffe6d0)
    at gimpmybrush-load.c:90

Похоже, что это общая боль:
https://gitlab.gnome.org/GNOME/gimp/-/issues/4175



-- 
Sin (Sinelnikov Evgeny)

  reply	other threads:[~2020-06-03  9:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-29 11:56 ` Denis G. Samsonenko
2020-05-29 12:11   ` Andrey Savchenko
2020-05-30  5:19     ` Denis G. Samsonenko
2020-06-03  5:55       ` Denis G. Samsonenko
2020-06-03  6:24         ` Evgeny Sinelnikov
2020-06-03  9:42           ` Denis G. Samsonenko
2020-06-03  9:53             ` Evgeny Sinelnikov [this message]
2020-06-04 15:06               ` Denis G. Samsonenko
2020-06-03  9:32         ` Michael Shigorin
2020-06-03 10:09             ` Michael Shigorin
2020-06-03 10:20               ` Denis G. Samsonenko
2020-05-29 13:16   ` Andrey Cherepanov
2020-05-30  4:53     ` Denis G. Samsonenko
2020-05-30  5:07       ` Denis G. Samsonenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK42-GpJXZE9oHgCC50FrTfS53MUwV3dKxZRnBg_gk7oXSbLaw@mail.gmail.com \
    --to=sin@altlinux.org \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git