[Mono-bugs] [Bug 72775][Nor] Changed - Cannot assign text to TextBox
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Mar 2005 06:14:39 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bert.fabri@visit-bvba.be.
http://bugzilla.ximian.com/show_bug.cgi?id=72775
--- shadow/72775 2005-03-23 00:33:21.000000000 -0500
+++ shadow/72775.tmp.10217 2005-03-24 06:14:39.000000000 -0500
@@ -100,6 +100,119 @@
If it couldn't find any libgdiplus library you'd get a different
error, and if locate isn't listing any other locations, it's using
this lib.
Check if it contains the function.
+
+------- Additional Comments From bert.fabri@visit-bvba.be 2005-03-24 06:14 -------
+apparently symbols are not in the library
+
+nm: libgdiplus.so: no symbols
+
+objdump -x libgdiplus.so
+
+libgdiplus.so: file format elf32-i386
+libgdiplus.so
+architecture: i386, flags 0x00000150:
+HAS_SYMS, DYNAMIC, D_PAGED
+start address 0x0000e478
+
+Program Header:
+ LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12
+ filesz 0x000401ec memsz 0x000401ec flags r-x
+ LOAD off 0x000401ec vaddr 0x000411ec paddr 0x000411ec align 2**12
+ filesz 0x00000ba8 memsz 0x000013a4 flags rw-
+ DYNAMIC off 0x0004039c vaddr 0x0004139c paddr 0x0004139c align 2**2
+ filesz 0x00000130 memsz 0x00000130 flags rw-
+
+Dynamic Section:
+ NEEDED libcairo.so.1
+ NEEDED libm.so.6
+ NEEDED libfontconfig.so.1
+ NEEDED libpixman.so.1
+ NEEDED libXrender.so.1
+ NEEDED libX11.so.6
+ NEEDED libglib-2.0.so.0
+ NEEDED libfreetype.so.6
+ NEEDED libtiff.so.3
+ NEEDED libjpeg.so.62
+ NEEDED libungif.so.4
+ NEEDED libpng12.so.0
+ NEEDED libpthread.so.0
+ NEEDED libc.so.6
+ SONAME libgdiplus.so.0
+ INIT 0xc580
+ FINI 0x3c4ac
+ HASH 0x94
+ STRTAB 0x5898
+ SYMTAB 0x18b8
+ STRSZ 0x5264
+ SYMENT 0x10
+ PLTGOT 0x414e0
+ PLTRELSZ 0xf68
+ PLTREL 0x11
+ JMPREL 0xb618
+ REL 0xb378
+ RELSZ 0x2a0
+ RELENT 0x8
+ VERNEED 0xb2f8
+ VERNEEDNUM 0x3
+ VERSYM 0xaafc
+ RELCOUNT 0x17
+
+Version References:
+ required from libpthread.so.0:
+ 0x0d696910 0x00 04 GLIBC_2.0
+ required from libc.so.6:
+ 0x09691f73 0x00 06 GLIBC_2.1.3
+ 0x0d696911 0x00 05 GLIBC_2.1
+ 0x0d696910 0x00 03 GLIBC_2.0
+ required from libm.so.6:
+ 0x0d696910 0x00 02 GLIBC_2.0
+
+Sections:
+Idx Name Size VMA LMA File off Algn
+ 0 .hash 00001824 00000094 00000094 00000094 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 1 .dynsym 00003fe0 000018b8 000018b8 000018b8 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 2 .dynstr 00005264 00005898 00005898 00005898 2**0
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 3 .gnu.version 000007fc 0000aafc 0000aafc 0000aafc 2**1
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 4 .gnu.version_r 00000080 0000b2f8 0000b2f8 0000b2f8 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 5 .rel.dyn 000002a0 0000b378 0000b378 0000b378 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 6 .rel.plt 00000f68 0000b618 0000b618 0000b618 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 7 .init 00000017 0000c580 0000c580 0000c580 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, CODE
+ 8 .plt 00001ee0 0000c598 0000c598 0000c598 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, CODE
+ 9 .text 0002e034 0000e478 0000e478 0000e478 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, CODE
+ 10 .fini 0000001b 0003c4ac 0003c4ac 0003c4ac 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, CODE
+ 11 .rodata 00003d05 0003c4e0 0003c4e0 0003c4e0 2**5
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 12 .eh_frame 00000004 000401e8 000401e8 000401e8 2**2
+ CONTENTS, ALLOC, LOAD, READONLY, DATA
+ 13 .data 000001b0 000411ec 000411ec 000401ec 2**2
+ CONTENTS, ALLOC, LOAD, DATA
+ 14 .dynamic 00000130 0004139c 0004139c 0004039c 2**2
+ CONTENTS, ALLOC, LOAD, DATA
+ 15 .ctors 00000008 000414cc 000414cc 000404cc 2**2
+ CONTENTS, ALLOC, LOAD, DATA
+ 16 .dtors 00000008 000414d4 000414d4 000404d4 2**2
+ CONTENTS, ALLOC, LOAD, DATA
+ 17 .jcr 00000004 000414dc 000414dc 000404dc 2**2
+ CONTENTS, ALLOC, LOAD, DATA
+ 18 .got 000008b4 000414e0 000414e0 000404e0 2**2
+ CONTENTS, ALLOC, LOAD, DATA
+ 19 .bss 000007f0 00041da0 00041da0 00040da0 2**5
+ ALLOC
+SYMBOL TABLE:
+no symbols
+
+