<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Bug reports (new threads)</title>
		<link>http://liquidrescale.wikidot.com/forum/c-18441/bug-reports</link>
		<description>Threads in the forum category &quot;Bug reports&quot; - Report problems here (also check if your problem was solved already)</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 13 Feb 2012 15:06:17 +0000</lastBuildDate>
		
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-422108</guid>
				<title>gimp_image_add_layer deprecated in gimp 2.7/2.8</title>
				<link>http://liquidrescale.wikidot.com/forum/t-422108/gimp-image-add-layer-deprecated-in-gimp-2-7-2-8</link>
				<description>add_layer needs to be changed to insert_layer</description>
				<pubDate>Sun, 18 Dec 2011 20:12:26 +0000</pubDate>
				<wikidot:authorName>Sven Lankes</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've noticed that gimp 2.7 throws an ugly error-dialog stating that gimp-image-add-layer<br /> is deprecated everytime the plugin tries to add a layer. I've fixed this for the fedora<br /> package of the liquid-rescale-gimp-plugin by replacing the function calls using<br /> the following patch:</p> <div class="code"> <pre> <code>diff --git a/src/io_functions.c b/src/io_functions.c index 20917df..b159ed8 100644 --- a/src/io_functions.c +++ b/src/io_functions.c @@ -227,7 +227,7 @@ write_vmap_to_layer (LqrVMap * vmap, gpointer data) gimp_layer_new (image_ID, name, w, h, GIMP_RGBA_IMAGE, 100, GIMP_NORMAL_MODE); gimp_drawable_fill (seam_layer_ID, GIMP_TRANSPARENT_FILL); - gimp_image_add_layer (image_ID, seam_layer_ID, -1); + gimp_image_insert_layer (image_ID, seam_layer_ID, -1, -1); gimp_layer_translate (seam_layer_ID, x_off, y_off); if (seam_layer_p) { diff --git a/src/layers_combo.c b/src/layers_combo.c index 10d810e..e032eed 100644 --- a/src/layers_combo.c +++ b/src/layers_combo.c @@ -199,7 +199,7 @@ callback_new_mask_button (GtkWidget * button, gpointer data) gimp_layer_new (p_data-&gt;image_ID, nl_data-&gt;name, p_data-&gt;old_width, p_data-&gt;old_height, image_type, 50, GIMP_NORMAL_MODE); - gimp_image_add_layer (p_data-&gt;image_ID, layer_ID, -1); + gimp_image_insert_layer (p_data-&gt;image_ID, layer_ID, -1, -1); gimp_drawable_fill (layer_ID, GIMP_TRANSPARENT_FILL); gimp_layer_translate (layer_ID, p_data-&gt;x_off, p_data-&gt;y_off); gimp_image_undo_group_end (p_data-&gt;image_ID); diff --git a/src/render.c b/src/render.c index f50fc8c..b7e8c7e 100644 --- a/src/render.c +++ b/src/render.c @@ -172,7 +172,7 @@ render_init_carver (PlugInImageVals * image_vals, { g_snprintf (new_layer_name, LQR_MAX_NAME_LENGTH, &quot;%s LqR&quot;, layer_name); layer_ID = gimp_layer_copy (layer_ID); - gimp_image_add_layer (image_ID, layer_ID, -1); + gimp_image_insert_layer (image_ID, layer_ID, -1, -1); gimp_drawable_set_name (layer_ID, new_layer_name); gimp_drawable_set_visible (layer_ID, FALSE); } @@ -181,7 +181,7 @@ render_init_carver (PlugInImageVals * image_vals, image_ID = gimp_image_new (old_width, old_height, gimp_image_base_type(image_ID)); gimp_image_undo_group_start(image_ID); layer_ID = gimp_layer_new_from_drawable (layer_ID, image_ID); - gimp_image_add_layer (image_ID, layer_ID, -1); + gimp_image_insert_layer (image_ID, layer_ID, -1, -1); gimp_layer_translate(layer_ID, -x_off, -y_off); gimp_drawable_set_visible (layer_ID, TRUE); if (vals-&gt;resize_aux_layers) @@ -858,7 +858,7 @@ static gboolean copy_aux_layer_to_new_image (gint32 image_ID, gint32 * layer_ID_ if (old_layer_ID) { new_layer_ID = gimp_layer_new_from_drawable (old_layer_ID, image_ID); - gimp_image_add_layer (image_ID, new_layer_ID, -1); + gimp_image_insert_layer (image_ID, new_layer_ID, -1, -1); /* gimp_drawable_offsets (old_layer_ID, &amp;aux_x_off, &amp;aux_y_off); */ gimp_layer_translate (new_layer_ID, -x_off, -y_off); }</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-370027</guid>
				<title>Broken Link [fixed]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-370027/broken-link-fixed</link>
				<description>The link to the paper describing the Algorithm by Shai Avidan and Ariel Shamir is broken.</description>
				<pubDate>Sun, 03 Jul 2011 17:41:31 +0000</pubDate>
				<wikidot:authorName>Stefan</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I apologise if this is an incorrect place to put this.</p> <p>The link to the paper by Shai Avidan and Ariel Shamir that can be found <a href="http://liquidrescale.wikidot.com/">here</a> or <a href="http://liblqr.wikidot.com/">here</a> are both broken.</p> <p>The broken link points to here:<br /> <a href="http://www.faculty.idc.ac.il/arik/imret.pdf">http://www.faculty.idc.ac.il/arik/imret.pdf</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-286003</guid>
				<title>Liquid Rescale Changes Image Size [INVALID]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-286003/liquid-rescale-changes-image-size-invalid</link>
				<description>When using liquid rescale on a layer.

Select a layer -&gt;Layer-&gt;Liquid rescale-&gt; Change width-&gt;Click ok

The image is now resized to be the size of the changed layer. Big pain.</description>
				<pubDate>Sat, 20 Nov 2010 21:18:39 +0000</pubDate>
				<wikidot:authorName>Ian</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>When using liquid rescale on a layer.</p> <p>Select a layer -&gt;Layer-&gt;Liquid rescale-&gt; Change width-&gt;Click ok</p> <p>The image is now resized to be the size of the changed layer. Big pain.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-247410</guid>
				<title>Palette switching back to black when creating a preservation layer</title>
				<link>http://liquidrescale.wikidot.com/forum/t-247410/palette-switching-back-to-black-when-creating-a-preservation</link>
				<description></description>
				<pubDate>Fri, 11 Jun 2010 08:50:08 +0000</pubDate>
				<wikidot:authorName>Djainette</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Running lqr 0.7.1 on GIMP 2.6.8 on windows XP.<br /> When I create a new preservation layer, the palette goes green then switches back to black. Unaware users may then paint the layer black instead of green.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-245719</guid>
				<title>&quot;gimp-lqr-plugin.exe has encountered a problem.....&quot; [FIXED]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-245719/gimp-lqr-plugin-exe-has-encountered-a-problem-fixed</link>
				<description></description>
				<pubDate>Thu, 03 Jun 2010 07:46:20 +0000</pubDate>
				<wikidot:authorName>CarloB</wikidot:authorName>				<wikidot:authorUserId>39255</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm moving this report here:</p> <blockquote> <p>Hello Carlos, I downloaded and installed your latest Windows release of this amazing plugin. I have GIMP 2.6.8 on Windows XP. The installation went well and gimp-lqr-plugin.exe is in the proper place in the plugins folder. But when I start GIMP, and it's "querying new plugins", a Microsoft Error Reporting dialogue pops up saying that "gimp-lqr-plugin.exe has encountered a problem and needs to close." I never send the error report because the computer I use is not connected to the internet, so after clicking "Don't Send", the dialoque closes and GIMP resumes a normal startup, but without Liquid Rescale showing in the Layers Menu. Do you have any ideas what could be causing this error condition? Thanks for your help and ideas!</p> </blockquote> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-210624</guid>
				<title>Incorrect path for locale data on non-Unix systems</title>
				<link>http://liquidrescale.wikidot.com/forum/t-210624/incorrect-path-for-locale-data-on-non-unix-systems</link>
				<description>The plug-in fails to properly locate its locale data on non-Unix systems like Windows due to the LOCALEDIR being hardcoded into the plug-in at compile-time.</description>
				<pubDate>Tue, 12 Jan 2010 11:57:36 +0000</pubDate>
				<wikidot:authorName>Torsten Neuer</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>The plug-in uses hardcoded values for locating the locale data on the installation system, which only works properly on Unix'ish systems.<br /> When run in a Windows environment, there is a big chance of the hardcoded value pointing to the wrong or even a missing directory.<br /> To fix this, any hardcoded path should be replaced with a call to of one of the gimpenv functions.</p> <p>In case of the LOCALEDIR, instead calling "gimp_locale_directory ()" is sufficient.</p> <p>If other data directories are also used by the plug-in (e.g. for registering the help file), these may need to be constructed, e.g. through:<br /> gchar *path, *uri;<br /> path = g_build_filename (gimp_data_directory (), "help", PLUGIN_NAME, NULL);<br /> uri = g_filename_to_uri (path, NULL, NULL);<br /> g_free (path);<br /> gimp_plugin_help_register (plugin_name, uri);<br /> g_free (uri);</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-210312</guid>
				<title>Windows Installer should allow directory choice</title>
				<link>http://liquidrescale.wikidot.com/forum/t-210312/windows-installer-should-allow-directory-choice</link>
				<description>Installation defaults to GIMP-2.0, should give option to install elsewhere.</description>
				<pubDate>Sun, 10 Jan 2010 22:36:43 +0000</pubDate>
				<wikidot:authorName>Geoff Markley</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I was playing with GIMP 2.7 so have GIMP installed in several different, non-default, directories. The installer doesn't allow choice of where to install to so after install, I had to copy files from the GIMP-2.0 default directory to where the current version of GIMP was installed.</p> <p>Minor problem but should be simple to fix..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-137899</guid>
				<title>Discarding from greyscale image [FIXED]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-137899/discarding-from-greyscale-image-fixed</link>
				<description>Error creating new layer for discard from greyscale image.</description>
				<pubDate>Thu, 12 Mar 2009 12:44:27 +0000</pubDate>
				<wikidot:authorName>bootchk</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Opened greyscale image in Gimp.<br /> Chose Layer&gt;Liquid Rescale.<br /> Chose New button in the Feature Discard Layer group.<br /> Got this error message:</p> <p>Calling error for procedure 'gimp-image-add-layer':<br /> Image 'file:///home/bootch/LeefersFarmArt/Trial.pnm' (1) is of type 'gray', but an image of type 'rgb' is expected</p> <p>I'm trying to dissappear (or remove or discard) an object.</p> <p>I understand that this is not a high priority (greyscale a small portion of use) ( I can probably work around it) and that maybe it is a known limitation.<br /> I searched for RGB in the tutorial and the manual but found no mention that discarding only works for color images.<br /> It must be related to the need for a color (red) highlight for the selection to discard.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-100437</guid>
				<title>RGB conversion error[FIXED]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-100437/rgb-conversion-error-fixed</link>
				<description>weird message</description>
				<pubDate>Mon, 27 Oct 2008 17:54:47 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>LqR plugin 0.50, downloaded today<br /> Gimp 2.6.1 on Windows XP</p> <p>Every rescale operation opens a GIMP message window with this message:</p> <blockquote> <p>Calling error for procedure 'gimp-image-convert-rgb': Image '[path-to-image-here]' (49) is already of type 'rgb'</p> </blockquote> <p>The image is indeed already of type rgb, so why convert it. Rescaling seems to be working, though. Just this weird message.</p> <p>cheers, Ronald</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-99494</guid>
				<title>&quot;image undo in inconsistent state&quot; after 0.5 upgrade[FIXED]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-99494/image-undo-in-inconsistent-state-after-0-5-upgrade-fixed</link>
				<description>error after upgrading to 0.5.0 in ubuntu 8.04 with gimp 2.4</description>
				<pubDate>Thu, 23 Oct 2008 19:43:26 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Before I explain my problem let me say I read the Kubuntu thread with the same error and it is not applicable because I am not out of memory.</p> <p>I run Ubuntu 8.04 and had been enjoying ussing 0.3.0 with gimp 2.4 fine for a while. I'm no linux wizard, but I am able to at least install 2.0 of the lib and 5.0 of the plugin. I am resizing a small image experimenting with the new rigidity map and it consistently gives me "Plug-In 'Liquid rescale' left image undo in inconsistent state, closing open undo groups."</p> <p>It seems to only happen when I use a seam mask AND a discard mask.</p> <p>I'm kinda done experimenting with the rigidity mask until the problem can be fixed, but I will update if I have problems with other features.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-77375</guid>
				<title>Error on large image Gimp 2.4.5 Kubuntu 8.04</title>
				<link>http://liquidrescale.wikidot.com/forum/t-77375/error-on-large-image-gimp-2-4-5-kubuntu-8-04</link>
				<description>I&#039;m trying to rescale a large panoramic image, and the liquid rescale plug-in crash !</description>
				<pubDate>Tue, 29 Jul 2008 01:24:13 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>On a Pentium 4&nbsp;3.2ghz 2g of ram, running under Kubuntu 8.04 with Gimp 2.4.5 I'm trying to rescale a 12815 x 3092 xcf projet with 2 layers<br /> The first layer is the background and the second one is the keep selection.<br /> The scale factor I'm trying to have is height 150% (or 125%) and width 100%. .And Liquid Rescale crash !!! After about an half an hour or so I received this message from Gimp :</p> <p><strong>Plug-In 'Liquid Rescale ' left image undo in inconsistent state, closing open undo groups.</strong></p> <p>Just after rescaling the height.<br /> I can see the Background LqR layer but at the same size as the original.</p> <p>The plug-in work fine with smaller images.</p> <p>Any hint ?</p> <p>Gérald Brosseau<br /> La Photo Du Jour<br /> <a href="http://gb-photodujour.com">http://gb-photodujour.com</a><br /> Sur internet depuis juin 1998</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-43064</guid>
				<title>Error with GIMP 2.4.4 under Windows</title>
				<link>http://liquidrescale.wikidot.com/forum/t-43064/error-with-gimp-2-4-4-under-windows</link>
				<description></description>
				<pubDate>Sat, 23 Feb 2008 22:47:10 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> I downloaded the latest zip file "gimp-lqr-plugin-0.4.0-1_win32.zip"<br /> when I start GIMP I get the attached error message. I get the same error message when I select the plugin from the Layers menu.</p> <div class="image-container aligncenter"><img src="http://farm3.static.flickr.com/2200/2286285829_575d645b55_o.jpg" alt="2286285829_575d645b55_o.jpg" class="image" /></div> <p>I am running window XP operating system.</p> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-33935</guid>
				<title>a &quot;fun&quot; bug [solved]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-33935/a-fun-bug-solved</link>
				<description></description>
				<pubDate>Sun, 06 Jan 2008 00:04:45 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I'am an italian user, i don't speak english so excuse me for my language.<br /> After download the plug-in "liquid rescale" for fedora 8 from this link <a href="http://liquidrescale.wikidot.com/it:download-page">http://liquidrescale.wikidot.com/it:download-page</a><br /> the title of the window of the plug-in is:<br /> "GIMP Lafavadituma Plug-in"<br /> in english language it's like:<br /> "GIMP Thedickofyourmo(ther) Plug-in"<br /> The(La) dick(fava) of(di) your(tua) mo(ma) (understood "mo" like mother).<br /> It's a joke of the translator?<br /> This is a screenshot of the plug in.<br /> <img src="http://i2.photobucket.com/albums/y37/Gardefoto/Schermata-GIMPLafavaditumaPlug-In.jpg" alt="Schermata-GIMPLafavaditumaPlug-In.jpg" class="image" /><br /> Excuse me again for my bad english</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-28772</guid>
				<title>Plugin pt-Br ?</title>
				<link>http://liquidrescale.wikidot.com/forum/t-28772/plugin-pt-br</link>
				<description></description>
				<pubDate>Wed, 28 Nov 2007 06:19:29 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hi…<br /> Installed the plugin in version 2.4.2 of the Gimp in Portuguese-Brazil in the Windows operating system and the same continues in English. Can you help me?<br /> Thanks….</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-25684</guid>
				<title>Possible bug? [solved]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-25684/possible-bug-solved</link>
				<description></description>
				<pubDate>Mon, 05 Nov 2007 08:19:19 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Good day.<br /> While I was playing with this awesome plug in I think I may have found a bug.<br /> While editing a 100x100 image if the plug in is called two times on the same image, it will crash the second time. Producing the following error:<br /> <a href="http://img102.imageshack.us/img102/39/crashtb3.png">The error.</a><br /> Sorry for it being a screenshot, can't select anything in the prompt.<br /> Sometimes the error doesn't appear at the second time, more calls of the plug in are needed. Another interesting thing is that if I attempt to to execute the plug-in in the same image, even if I do trivial editing like not changing the size, the plug-in crashes.<br /> But if I create a second image, and I execute the plug in there once, when I come back to the original 100x100 image I can run the plug in, of course for a limited numbers of times until the crash happens again.<br /> The OS I am using is vista, and I am using a precompiled executable of both, the plug in and the GIMP.<br /> So I go and install the GIMP in a XP machine, along with the plug in.<br /> I wasn't able to produce the crash in there. I had planned trying in a Ubuntu installation, but I guess it's obvious the problem is vista specific.</p> <p>Any hope?<br /> I know it's highly unlikely there is a programmer out there using vista who can spare some time to look at this. I am happy it isn't like the problems other people are having, at least I can use the plug-in in most images and found a workaround for these specific cases…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-25337</guid>
				<title>Problems with Gimp 2.4.1 for windows and the Liquid Rescale plugin</title>
				<link>http://liquidrescale.wikidot.com/forum/t-25337/problems-with-gimp-2-4-1-for-windows-and-the-liquid-rescale</link>
				<description></description>
				<pubDate>Fri, 02 Nov 2007 14:06:06 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>On startup, Gimp complains if my CD/DVD drive is empty ( d: ).<br /> This happens with version 0.2.1 and 0.3.0.<br /> I have tried complete fresh installs of Gimp and with only this plugin installed.<br /> Tried using the plugin anyway and it seems to run but I never see a difference in the final image.<br /> Using a 2816x2112 jpg image, transfered straight from my camera ( Sony S600 ).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://liquidrescale.wikidot.com/forum/t-24991</guid>
				<title>plugin crashes on launch with gimp 2.4.0 [unconfirmed]</title>
				<link>http://liquidrescale.wikidot.com/forum/t-24991/plugin-crashes-on-launch-with-gimp-2-4-0-unconfirmed</link>
				<description>Simple launching the plugin causes a crash with gimp 2.4.0 on Suse 10.3</description>
				<pubDate>Tue, 30 Oct 2007 22:31:55 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <div class="collapsible-block"> <div id="collapsible-block-0-folded"><a href="javascript:;" >+ Debug Info</a></div> <div id="collapsible-block-0-unfolded" style="display:none"> <div><a href="javascript:;" >- hide block</a></div> <div id="collapsible-block-0-content"> <div class="code"> <pre> <code>(gimp:9110): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (o bject)' failed *** glibc detected *** /usr/lib/gimp/2.0/plug-ins/gimp-lqr-plugin: free(): inval id pointer: 0x081d6b70 *** ======= Backtrace: ========= /lib/libc.so.6[0xb76e74b6] /lib/libc.so.6(cfree+0x89)[0xb76e9179] /usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb77eabd1] /usr/lib/gtk-2.0/2.10.0/engines/libqtcurve.so[0xb71f29a4] /usr/lib/libgtk-x11-2.0.so.0(gtk_paint_box+0xd6)[0xb7bf7b16] /usr/lib/libgtk-x11-2.0.so.0[0xb7ba4efb] /usr/lib/libgtk-x11-2.0.so.0[0xb7b818a4] /usr/lib/libgobject-2.0.so.0[0xb78851f9] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ff)[0xb78869ef] /usr/lib/libgobject-2.0.so.0[0xb7899b82] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb789b367] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb789b989] /usr/lib/libgtk-x11-2.0.so.0[0xb7ca0197] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x177)[0xb7ae3157] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae31c1] /usr/lib/libgtk-x11-2.0.so.0[0xb7c035f2] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0x67)[0xb7ae3be7] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae3ca1] /usr/lib/libgtk-x11-2.0.so.0[0xb7b818a4] /usr/lib/libgobject-2.0.so.0[0xb78851f9] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ff)[0xb78869ef] /usr/lib/libgobject-2.0.so.0[0xb7899b82] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb789b367] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb789b989] /usr/lib/libgtk-x11-2.0.so.0[0xb7ca0197] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x177)[0xb7ae3157] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae31c1] /usr/lib/libgtk-x11-2.0.so.0[0xb7aa20d0] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0x67)[0xb7ae3be7] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae3ca1] /usr/lib/libgtk-x11-2.0.so.0[0xb7b818a4] /usr/lib/libgobject-2.0.so.0[0xb78851f9] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ff)[0xb78869ef] /usr/lib/libgobject-2.0.so.0[0xb7899b82] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb789b367] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb789b989] /usr/lib/libgtk-x11-2.0.so.0[0xb7ca0197] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x177)[0xb7ae3157] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae31c1] /usr/lib/libgtk-x11-2.0.so.0[0xb7b381f3] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0x67)[0xb7ae3be7] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae3ca1] /usr/lib/libgimpwidgets-2.0.so.0[0xb7e41d15] /usr/lib/libgtk-x11-2.0.so.0[0xb7b818a4] /usr/lib/libgobject-2.0.so.0[0xb78851f9] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ff)[0xb78869ef] /usr/lib/libgobject-2.0.so.0[0xb7899b82] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb789b367] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb789b989] /usr/lib/libgtk-x11-2.0.so.0[0xb7ca0197] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x177)[0xb7ae3157] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae31c1] /usr/lib/libgtk-x11-2.0.so.0[0xb7aa20d0] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_forall+0x67)[0xb7ae3be7] /usr/lib/libgtk-x11-2.0.so.0[0xb7ae3ca1] /usr/lib/libgtk-x11-2.0.so.0[0xb7b818a4] /usr/lib/libgobject-2.0.so.0[0xb78851f9] /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ff)[0xb78869ef] /usr/lib/libgobject-2.0.so.0[0xb7899b82] /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb789b367] /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb789b989] /usr/lib/libgtk-x11-2.0.so.0[0xb7ca0197] /usr/lib/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x177)[0xb7ae3157] ======= Memory map: ======== 08048000-08054000 r-xp 00000000 08:19 235524 /usr/lib/gimp/2.0/plug-ins/gimp -lqr-plugin 08054000-08055000 r--p 0000b000 08:19 235524 /usr/lib/gimp/2.0/plug-ins/gimp -lqr-plugin 08055000-08056000 rw-p 0000c000 08:19 235524 /usr/lib/gimp/2.0/plug-ins/gimp -lqr-plugin 08056000-081f8000 rw-p 08056000 00:00 0 [heap] b6e00000-b6e21000 rw-p b6e00000 00:00 0 b6e21000-b6f00000 ---p b6e21000 00:00 0 b6f4a000-b6f56000 r-xp 00000000 08:19 148689 /lib/libgcc_s.so.1 b6f56000-b6f57000 r--p 0000b000 08:19 148689 /lib/libgcc_s.so.1 b6f57000-b6f58000 rw-p 0000c000 08:19 148689 /lib/libgcc_s.so.1 b6f58000-b6f85000 r--p 00000000 08:19 4200 /var/cache/libx11/compose/l4_02 4_313cb605_00280cc0 b6f85000-b6f8b000 r-xp 00000000 08:19 77374 /usr/lib/gtk-2.0/2.10.0/immodul es/im-xim.so b6f8b000-b6f8d000 rw-p 00005000 08:19 77374 /usr/lib/gtk-2.0/2.10.0/immodul es/im-xim.so b6f8d000-b6fed000 rw-s 00000000 00:09 57081885 /SYSV00000000 (deleted) b6fed000-b7033000 r--p 00000000 08:17 77086 /home/mrdocs/.fonts/a/arialbd.t tf b7033000-b7077000 r--p 00000000 08:17 1755637 /home/mrdocs/.typotek/arial.ttf b7077000-b7079000 r-xp 00000000 08:19 76832 /usr/lib/pango/1.6.0/modules/pa ngo-basic-fc.so b7079000-b707b000 rw-p 00001000 08:19 76832 /usr/lib/pango/1.6.0/modules/pa ngo-basic-fc.so b707b000-b707d000 r--s 00000000 08:17 377093 /home/mrdocs/.fontconfig/71183a 323ea25b34184758d00c6bc850-x86.cache-2 b707d000-b707e000 r--s 00000000 08:17 377092 /home/mrdocs/.fontconfig/0e5d54 0b096e4c1f57566206ee194e92-x86.cache-2 b707e000-b7082000 r--s 00000000 08:17 377091 /home/mrdocs/.fontconfig/618faf a37acf2a76a7666dc4a0cb3a2b-x86.cache-2 b7082000-b7085000 r--s 00000000 08:17 377090 /home/mrdocs/.fontconfig/46ec7c b4e47d3150c90bc8289e38244a-x86.cache-2 b7085000-b7086000 r--s 00000000 08:17 377089 /home/mrdocs/.fontconfig/3b67a4 58ebfe11003322fd8a646d19e0-x86.cache-2 b7086000-b7089000 r--s 00000000 08:17 377088 /home/mrdocs/.fontconfig/2fcfb8 b56738d53b34b945b377ae22a6-x86.cache-2 b7089000-b708a000 r--s 00000000 08:17 377083 /home/mrdocs/.fontconfig/606189 a8dfa39eb83b201de592d1d8fb-x86.cache-2 b708a000-b7091000 r--s 00000000 08:17 1806426 /home/mrdocs/.fontconfig/0a6731 59f75ef282416803635911815e-x86.cache-2 b7091000-b7094000 r--s 00000000 08:17 297090 /home/mrdocs/.fontconfig/0d4c1c fee6e1359e494f6a9ebef9f7ac-x86.cache-2 b7094000-b709b000 r--s 00000000 08:19 80733 /var/cache/fontconfig/77e41c505 9666d75f92e318d4be8c21e-x86.cache-2 b709b000-b709e000 r--s 00000000 08:19 79435 /var/cache/fontconfig/bad7ff9a7 c59c8e1abcb43a80485cf95-x86.cache-2 b709e000-b70a1000 r--s 00000000 08:19 79433 /var/cache/fontconfig/652618a0a c64258ef7e0b96b4ef84b8d-x86.cache-2 b70a1000-b70e7000 r--s 00000000 08:19 80712 /var/cache/fontconfig/df311e82a 1a24c41a75c2c930223552e-x86.cache-2 b70e7000-b70f8000 r--s 00000000 08:19 80920 /var/cache/fontconfig/7ef2298fd e41cc6eeb7af42e48b7d293-x86.cache-2 b70f8000-b70fd000 r--s 00000000 08:19 80732 /var/cache/fontconfig/d62e99ef5 47d1d24cdb1bd22ec1a2976-x86.cache-2 b70fd000-b7143000 r--s 00000000 08:19 80718 /var/cache/fontconfig/17090aa38 d5c6f09fb8c5c354938f1d7-x86.cache-2 b7143000-b7146000 r--s 00000000 08:19 80851 /var/cache/fontconfig/b67b32625 a2bb51b023d3814a918f351-x86.cache-2 b7146000-b7157000 r--s 00000000 08:19 80913 /var/cache/fontconfig/8d4af6639 93b81a124ee82e610bb31f9-x86.cache-2 b7180000-b7184000 r-xp 00000000 08:19 77382 /usr/lib/gtk-2.0/2.10.0/loaders /libpixbufloader-png.so b7184000-b7186000 rw-p 00003000 08:19 77382 /usr/lib/gtk-2.0/2.10.0/loaders /libpixbufloader-png.so b7186000-b71b5000 rw-p b7186000 00:00 0 b71b5000-b71da000 r-xp 00000000 08:19 78971 /usr/lib/gtk-2.0/2.10.0/engines /libclearlooks.so b71da000-b71dc000 rw-p 00024000 08:19 78971 /usr/lib/gtk-2.0/2.10.0/engines /libclearlooks.so b71dc000-b71fc000 r-xp 00000000 08:19 81918 /usr/lib/gtk-2.0/2.10.0/engines /libqtcurve.so b71fc000-b71fe000 rw-p 0001f000 08:19 81918 /usr/lib/gtk-2.0/2.10.0/engines /libqtcurve.so b71fe000-b71ff000 rw-p b71fe000 00:00 0 b71ff000-b7234000 r--s 00000000 08:19 63610 /var/run/nscd/passwd b7234000-b7235000 r-xp 00000000 08:19 27346 /usr/lib/gconv/ISO8859-1.so b7235000-b7237000 rw-p 00000000 08:19 27346 /usr/lib/gconv/ISO8859-1.so b7237000-b723b000 rw-s 00000000 00:09 56983579 /SYSV00000000 (deleted) b723b000-b727a000 r--p 00000000 08:19 30437 /usr/lib/locale/en_US.utf8/LC_C TYPE b727a000-b735a000 r--p 00000000 08:19 182270 /usr/lib/locale/en_US.utf8/LC_C OLLATE b735a000-b735d000 rw-p b735a000 00:00 0 b735d000-b735f000 r-xp 00000000 08:19 31197 /usr/lib/libXau.so.6.0.0 b735f000-b7361000 rw-p 00001000 08:19 31197 /usr/lib/libXau.so.6.0.0 b7361000-b737f000 r-xp 00000000 08:19 34327 /lib/libexpat.so.1.5.2 b737f000-b7380000 r--p 0001e000 08:19 34327 /lib/libexpat.so.1.5.2 b7380000-b7382000 rw-p 0001f000 08:19 34327 /lib/libexpat.so.1.5.2 b7382000-b7383000 r-xp 00000000 08:19 33601 /usr/lib/libxcb-xlib.so.0.0.0 b7383000-b7385000 rw-p 00000000 08:19 33601 /usr/lib/libxcb-xlib.so.0.0.0 b7385000-b739c000 r-xp 00000000 08:19 33611 /usr/lib/libxcb.so.1.0.0 b739c000-b739e000 rw-p 00016000 08:19 33611 /usr/lib/libxcb.so.1.0.0 b739e000-b739f000 rw-p b739e000 00:00 0 b739f000-b73a5000 r-xp 00000000 08:19 33581 /usr/lib/libxcb-render.so.0.0.0 b73a5000-b73a7000 rw-p 00005000 08:19 33581 /usr/lib/libxcb-render.so.0.0.0 b73a7000-b73aa000 r-xp 00000000 08:19 59862 /usr/lib/libxcb-render-util.so. 0.0.0 b73aa000-b73ac000 rw-p 00002000 08:19 59862 /usr/lib/libxcb-render-util.so. 0.0.0 b73ac000-b73cf000 r-xp 00000000 08:19 33099 /usr/lib/libpng12.so.0.18.0 b73cf000-b73d1000 rw-p 00022000 08:19 33099 /usr/lib/libpng12.so.0.18.0 b73d1000-b73f6000 r-xp 00000000 08:19 68428 /usr/lib/libglitz.so.1.0.0 b73f6000-b73f8000 rw-p 00025000 08:19 68428 /usr/lib/libglitz.so.1.0.0 b73f8000-b7409000 r-xp 00000000 08:19 31228 /lib/libz.so.1.2.3 b7409000-b740b000 rw-p 00010000 08:19 31228 /lib/libz.so.1.2.3 b740b000-b740c000 rw-p b740b000 00:00 0 b740c000-b7477000 r-xp 00000000 08:19 32966 /usr/lib/libfreetype.so.6.3.16 b7477000-b7479000 r--p 0006b000 08:19 32966 /usr/lib/libfreetype.so.6.3.16 b7479000-b747b000 rw-p 0006d000 08:19 32966 /usr/lib/libfreetype.so.6.3.16 b747b000-b74a7000 r-xp 00000000 08:19 76822 /usr/lib/libpangoft2-1.0.so.0.1 800.2 b74a7000-b74a9000 rw-p 0002b000 08:19 76822 /usr/lib/libpangoft2-1.0.so.0.1 800.2 b74a9000-b74b1000 r-xp 00000000 08:19 59802 /usr/lib/libXcursor.so.1.0.2 b74b1000-b74b3000 rw-p 00007000 08:19 59802 /usr/lib/libXcursor.so.1.0.2 b74b3000-b74b8000 r-xp 00000000 08:19 59822 /usr/lib/libXrandr.so.2.1.0 b74b8000-b74ba000 rw-p 00005000 08:19 59822 /usr/lib/libXrandr.so.2.1.0 b74ba000-b74c1000 r-xp 00000000 08:19 59816 /usr/lib/libXi.so.6.0.0 b74c1000-b74c3000 rw-p 00006000 08:19 59816 /usr/lib/libXi.so.6.0.0 b74c3000-b74c4000 rw-p b74c3000 00:00 0 b74c4000-b74c6000 r-xp 00000000 08:19 59818 /usr/lib/libXinerama.so.1.0.0 b74c6000-b74c8000 rw-p 00001000 08:19 59818 /usr/lib/libXinerama.so.1.0.0 b74c8000-b74cf000 r-xp 00000000 08:19 38946 /usr/lib/libXrender.so.1.3.0 b74cf000-b74d1000 rw-p 00006000 08:19 38946 /usr/lib/libXrender.so.1.3.0 b74d1000-b74de000 r-xp 00000000 08:19 38944 /usr/lib/libXext.so.6.4.0 b74de000-b74e0000 rw-p 0000c000 08:19 38944 /usr/lib/libXext.so.6.4.0 b74e0000-b7503000 r-xp 00000000 08:19 36457 /usr/lib/libfontconfig.so.1.2.0 b7503000-b750a000 r--p 00022000 08:19 36457 /usr/lib/libfontconfig.so.1.2.0 b750a000-b750c000 rw-p 00029000 08:19 36457 /usr/lib/libfontconfig.so.1.2.0 b750c000-b7510000 r-xp 00000000 08:19 38937 /usr/lib/libXfixes.so.3.1.0 b7510000-b7512000 rw-p 00003000 08:19 38937 /usr/lib/libXfixes.so.3.1.0 b7512000-b7513000 rw-p b7512000 00:00 0 b7513000-b7515000 r-xp 00000000 08:19 59804 /usr/lib/libXdamage.so.1.1.0 b7515000-b7517000 rw-p 00001000 08:19 59804 /usr/lib/libXdamage.so.1.1.0 b7517000-b7519000 r-xp 00000000 08:19 59800 /usr/lib/libXcomposite.so.1.0.0 b7519000-b751b000 rw-p 00001000 08:19 59800 /usr/lib/libXcomposite.so.1.0.0 b751b000-b7632000 r-xp 00000000 08:19 35782 /usr/lib/libX11.so.6.2.0 b7632000-b7636000 rw-p 00116000 08:19 35782 /usr/lib/libX11.so.6.2.0 b7636000-b7649000 r-xp 00000000 08:19 19410 /lib/libpthread-2.6.1.so b7649000-b764b000 rw-p 00013000 08:19 19410 /lib/libpthread-2.6.1.so b764b000-b764e000 rw-p b764b000 00:00 0 b764e000-b7655000 r-xp 00000000 08:19 223127 /lib/librt-2.6.1.so b7655000-b7657000 rw-p 00006000 08:19 223127 /lib/librt-2.6.1.so b7657000-b765a000 r-xp 00000000 08:19 43041 /usr/lib/libgthread-2.0.so.0.14 00.1 b765a000-b765c000 rw-p 00003000 08:19 43041 /usr/lib/libgthread-2.0.so.0.14 00.1 b765c000-b767f000 r-xp 00000000 08:19 222982 /lib/libm-2.6.1.so b767f000-b7681000 rw-p 00022000 08:19 222982 /lib/libm-2.6.1.so b7681000-b77ae000 r-xp 00000000 08:19 19383 /lib/libc-2.6.1.so b77ae000-b77af000 r--p 0012c000 08:19 19383 /lib/libc-2.6.1.so b77af000-b77b1000 rw-p 0012d000 08:19 19383 /lib/libc-2.6.1.so b77b1000-b77b4000 rw-p b77b1000 00:00 0 b77b4000-b7871000 r-xp 00000000 08:19 43035 /usr/lib/libglib-2.0.so.0.1400. 1 b7871000-b7873000 rw-p 000bc000 08:19 43035 /usr/lib/libglib-2.0.so.0.1400. 1 b7873000-b7875000 r-xp 00000000 08:19 222895 /lib/libdl-2.6.1.so b7875000-b7877000 rw-p 00001000 08:19 222895 /lib/libdl-2.6.1.so b7877000-b787a000 r-xp 00000000 08:19 43037 /usr/lib/libgmodule-2.0.so.0.14 00.1 b787a000-b787c000 rw-p 00002000 08:19 43037 /usr/lib/libgmodule-2.0.so.0.14 00.1 b787c000-b787d000 rw-p b787c000 00:00 0 b787d000-b78b6000 r-xp 00000000 08:19 43039 /usr/lib/libgobject-2.0.so.0.14 00.1 b78b6000-b78b8000 rw-p 00038000 08:19 43039 /usr/lib/libgobject-2.0.so.0.14 00.1 b78b8000-b7934000 r-xp 00000000 08:19 70060 /usr/lib/libcairo.so.2.11.5 b7934000-b7936000 rw-p 0007c000 08:19 70060 /usr/lib/libcairo.so.2.11.5 b7936000-b7970000 r-xp 00000000 08:19 76818 /usr/lib/libpango-1.0.so.0.1800 .2 b7970000-b7972000 rw-p 0003a000 08:19 76818 /usr/lib/libpango-1.0.so.0.1800 .2 b7972000-b797a000 r-xp 00000000 08:19 76820 /usr/lib/libpangocairo-1.0.so.0 .1800.2 b797a000-b797c000 rw-p 00007000 08:19 76820 /usr/lib/libpangocairo-1.0.so.0 .1800.2 b797c000-b7993000 r-xp 00000000 08:19 77401 /usr/lib/libgdk_pixbuf-2.0.so.0 .1200.0 b7993000-b7995000 rw-p 00016000 08:19 77401 /usr/lib/libgdk_pixbuf-2.0.so.0 .1200.0 b7995000-b7996000 rw-p b7995000 00:00 0 b7996000-b79ae000 r-xp 00000000 08:19 54929 /usr/lib/libatk-1.0.so.0.2009.1 b79ae000-b79af000 r--p 00017000 08:19 54929 /usr/lib/libatk-1.0.so.0.2009.1 b79af000-b79b1000 rw-p 00018000 08:19 54929 /usr/lib/libatk-1.0.so.0.2009.1 b79b1000-b7a32000 r-xp 00000000 08:19 77399 /usr/lib/libgdk-x11-2.0.so.0.12 00.0 b7a32000-b7a33000 r--p 00080000 08:19 77399 /usr/lib/libgdk-x11-2.0.so.0.12 00.0 b7a33000-b7a35000 rw-p 00081000 08:19 77399 /usr/lib/libgdk-x11-2.0.so.0.12 00.0 b7a35000-b7d9f000 r-xp 00000000 08:19 77405 /usr/lib/libgtk-x11-2.0.so.0.12 00.0 b7d9f000-b7da2000 r--p 0036a000 08:19 77405 /usr/lib/libgtk-x11-2.0.so.0.12 00.0 b7da2000-b7da5000 rw-p 0036d000 08:19 77405 /usr/lib/libgtk-x11-2.0.so.0.12 00.0 b7da5000-b7da6000 rw-p b7da5000 00:00 0 b7da6000-b7db7000 r-xp 00000000 08:19 129534 /usr/lib/libgimpbase-2.0.so.0.4 00.0 b7db7000-b7db8000 r--p 00011000 08:19 129534 /usr/lib/libgimpbase-2.0.so.0.4 00.0 b7db8000-b7dba000 rw-p 00012000 08:19 129534 /usr/lib/libgimpbase-2.0.so.0.4 00.0 b7dba000-b7dc3000 r-xp 00000000 08:19 129536 /usr/lib/libgimpcolor-2.0.so.0. 400.0 b7dc3000-b7dc5000 rw-p 00009000 08:19 129536 /usr/lib/libgimpcolor-2.0.so.0. 400.0 b7dc5000-b7dd2000 r-xp 00000000 08:19 129538 /usr/lib/libgimpconfig-2.0.so.0 .400.0 b7dd2000-b7dd4000 rw-p 0000c000 08:19 129538 /usr/lib/libgimpconfig-2.0.so.0 .400.0 b7dd4000-b7dd5000 rw-p b7dd4000 00:00 0 b7dd5000-b7dd9000 r-xp 00000000 08:19 174152 /usr/lib/libgimpmath-2.0.so.0.4 00.0 b7dd9000-b7ddb000 rw-p 00003000 08:19 174152 /usr/lib/libgimpmath-2.0.so.0.4 00.0 b7ddb000-b7e0a000 r-xp 00000000 08:19 129532 /usr/lib/libgimp-2.0.so.0.400.0 b7e0a000-b7e0b000 r--p 0002e000 08:19 129532 /usr/lib/libgimp-2.0.so.0.400.0 b7e0b000-b7e0d000 rw-p 0002f000 08:19 129532 /usr/lib/libgimp-2.0.so.0.400.0 b7e0d000-b7e10000 r-xp 00000000 08:19 129540 /usr/lib/libgimpmodule-2.0.so.0 .400.0 b7e10000-b7e12000 rw-p 00002000 08:19 129540 /usr/lib/libgimpmodule-2.0.so.0 .400.0 b7e12000-b7f1a000 r-xp 00000000 08:19 129546 /usr/lib/libgimpwidgets-2.0.so. 0.400.0 b7f1a000-b7f1c000 r--p 00107000 08:19 129546 /usr/lib/libgimpwidgets-2.0.so. 0.400.0 b7f1c000-b7f1e000 rw-p 00109000 08:19 129546 /usr/lib/libgimpwidgets-2.0.so. 0.400.0 b7f1e000-b7f1f000 rw-p b7f1e000 00:00 0 b7f1f000-b7f3a000 r-xp 00000000 08:19 129544 /usr/lib/libgimpui-2.0.so.0.400 .0 b7f3a000-b7f3c000 rw-p 0001a000 08:19 129544 /usr/lib/libgimpui-2.0.so.0.400 .0 b7f3c000-b7f3d000 rw-p b7f3c000 00:00 0 b7f3e000-b7f3f000 r--s 00000000 08:19 80991 /var/cache/fontconfig/b6bbb9f89 8b73777cfe763014a8c08d3-x86.cache-2 b7f3f000-b7f41000 r--s 00000000 08:19 80929 /var/cache/fontconfig/d458be102 e54cf534d1eef0dcbb02d07-x86.cache-2 b7f41000-b7f4d000 r--s 00000000 08:17 1809471 /home/mrdocs/.fontconfig/052009 44c6bab9aa8ae29c5e69133a7f-x86.cache-2 b7f4d000-b7f4e000 r--s 00000000 08:19 30438 /var/cache/fontconfig/cf6c88e68 0607f2ab796171745f068a4-x86.cache-2 b7f4e000-b7f4f000 r--p 00000000 08:19 30412 /usr/lib/locale/en_US.utf8/LC_N UMERIC b7f4f000-b7f50000 r--p 00000000 08:19 182259 /usr/lib/locale/en_US.utf8/LC_T IME b7f50000-b7f51000 r--p 00000000 08:19 182257 /usr/lib/locale/en_US.utf8/LC_M ONETARY b7f51000-b7f52000 r--p 00000000 08:19 30402 /usr/lib/locale/en_US.utf8/LC_M ESSAGES/SYS_LC_MESSAGES b7f52000-b7f53000 r--p 00000000 08:19 30216 /usr/lib/locale/en_US.utf8/LC_P APER b7f53000-b7f54000 r--p 00000000 08:19 30291 /usr/lib/locale/en_US.utf8/LC_N AME b7f54000-b7f55000 r--p 00000000 08:19 28138 /usr/lib/locale/en_US.utf8/LC_A DDRESS b7f55000-b7f56000 r--p 00000000 08:19 30176 /usr/lib/locale/en_US.utf8/LC_T ELEPHONE b7f56000-b7f57000 r--p 00000000 08:19 182264 /usr/lib/locale/en_US.utf8/LC_M EASUREMENT b7f57000-b7f5e000 r--s 00000000 08:19 177154 /usr/lib/gconv/gconv-modules.ca che b7f5e000-b7f5f000 r--p 00000000 08:19 182255 /usr/lib/locale/en_US.utf8/LC_I DENTIFICATION b7f5f000-b7f79000 r-xp 00000000 08:19 19374 /lib/ld-2.6.1.so b7f79000-b7f7b000 rw-p 0001a000 08:19 19374 /lib/ld-2.6.1.so bfb39000-bfb4f000 rw-p bfb39000 00:00 0 [stack] ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]</code> </pre></div> </div> </div> </div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
