Lanttor <lanttor.guo@xxxxxxxxxxxxx> writes:
1206 if (! GL(dl_rtld_map).l_libname && GL(dl_rtld_map).l_name) 1207 { 1208 /* We were invoked directly, so the program might not have a 1209 PT_INTERP. */ 1210 _dl_rtld_libname.name = GL(dl_rtld_map).l_name; 1211 /* _dl_rtld_libname.next = NULL; Already zero. */ 1212 GL(dl_rtld_map).l_libname = &_dl_rtld_libname; 1213 } 1214 else 1215 assert (GL(dl_rtld_map).l_libname); /* How else did we get here? */ So I guess GL(dl_rtld_map).l_libname is not NUL and throws an exception. The reason is still tracing...
The assertion fails only if both l_libname and l_name are NULL. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html