#0 0xb7d0955b in strlen () from /lib/tls/i686/cmov/libc.so.6 #1 0xb7d092c5 in strdup () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7c43832 in dmi_table (fd=4, base=983040, len=1052, num=37) at dmi.c:801 796: } 797: _DMI_STR(PORTS, "Internal ref", data[0x4], port, information); 798: _DMI_STR_VALUE(PORTS, "Internal connector type", dmi_port_connector_type(data[0x5]), port, information); 799: _DMI_STR(PORTS, "External ref", data[0x6], port, information); 800: _DMI_STR_VALUE(PORTS, "External connector type", dmi_port_connector_type(data[0x7]), port, information); 801: _DMI_STR_VALUE(PORTS, "Port type", dmi_port_type(data[0x8]), port, information); 802: break; 803: } 804: case 9: /*System Slots*/ 805: handle_table_0x9(data, dm); 806: break; #3 0xb7c40d98 in InitPlugin (showinfo=1) at dmitweaks.c:104 99: if(memcmp (buf, "_DMI_", 5)==0) {/**/ 100: u16 num=buf[13]<<8|buf[12]; 101: u16 len=buf[7]<<8|buf[6]; 102: u32 base=buf[11]<<24|buf[10]<<16|buf[9]<<8|buf[8]; 103: 104: dmi_table (fd, base, len, num); 105: rc = TRUE; 106: break; 107: } 108: } 109: close(fd); #4 0x0804b999 in InitialisePlugins (Info=1) at plugin.c:160 #5 0x0804ba36 in InitPlugins (Info=1) at plugin.c:190 #6 0x08049f64 in main (argc=1, argv=0xbfb7df54) at daemon.c:400 395: { 396: log_message ("Daemon creation failed.\n"); 397: exit (-1); 398: } 399: 400: if (InitPlugins (showinfotweaks)==FALSE) 401: goto No_plugins; 402: 403: sort_tweak_list(&tweaks); 404: 405: if (argc<0)