ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Выпадение 32-х битной palemoon
@ 2015-07-17  3:44 Hihin Ruslan
  2015-07-17  3:48 ` Hihin Ruslan
  0 siblings, 1 reply; 2+ messages in thread
From: Hihin Ruslan @ 2015-07-17  3:44 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]

Здравствуйте!

Обращаюсь за помощью "клуба".

32-битный palemoon выпадает на в общем-то  безобидном месте 
(определено с помощью отладчика и установки отладчика) 
Выделение командой malloc памяти под структуру, для описания 
фонтов.

cairo-font-options. стр 107

http://git.altlinux.org/people/ruslandh/packages/?p=palemoon.git;a=blob;f=palemoon/gfx/cairo/cairo/src/cairo-font-options.c;h=5d59fb0f2427d0d7407124b4780a009eb0823449;hb=d8f53b0da04a66d18135f0bed0758369d2316b99

Вот на этой функции:


102 cairo_font_options_t *
103 cairo_font_options_create (void)
104 {
105     cairo_font_options_t *options;
106
107     options = malloc (sizeof (cairo_font_options_t));
108     if (!options) {
109         _cairo_error_throw (CAIRO_STATUS_NO_MEMORY);
110         return (cairo_font_options_t *) 
&_cairo_font_options_nil;
111     }
112
113     _cairo_font_options_init_default (options);
114
115     return options;
116 }

Ни у кого нет идей, почему это может происходить?

Вроде единственное отличие - это размер структуры:

52 static const cairo_font_options_t _cairo_font_options_nil = {
53     CAIRO_ANTIALIAS_DEFAULT,
54     CAIRO_SUBPIXEL_ORDER_DEFAULT,
55     CAIRO_LCD_FILTER_DEFAULT,
56     CAIRO_HINT_STYLE_DEFAULT,
57     CAIRO_HINT_METRICS_DEFAULT,
58     CAIRO_ROUND_GLYPH_POS_DEFAULT
59 };

Члены этой структуры - это переменные типа enum, как я понимаю - 
enum представляется int - и собственно разный размер структуры.
Но вроде это никак на функциональность не должно влиять.


-- 
  А ещё говорят так  (fortune):
 
genlock, n.: Why he stays in the bottle. 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [devel] Выпадение 32-х битной palemoon
  2015-07-17  3:44 [devel] Выпадение 32-х битной palemoon Hihin Ruslan
@ 2015-07-17  3:48 ` Hihin Ruslan
  0 siblings, 0 replies; 2+ messages in thread
From: Hihin Ruslan @ 2015-07-17  3:48 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

Здравствуйте Hihin Ruslan
  В сообщении от 17 июля 2015 Hihin Ruslan написал(a):

Добавление - в p7 проблем нет.



-- 
  А ещё говорят так  (fortune):
 
"Do you think there's a God?" "Well, ____\b\b\b\bSOMEbody's out to 
get me!" -- Calvin and Hobbs 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-17  3:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17  3:44 [devel] Выпадение 32-х битной palemoon Hihin Ruslan
2015-07-17  3:48 ` Hihin Ruslan

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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