Open GoogleCodeExporter opened 9 years ago
[deleted comment]
ipkg install cups installe l'application avec succès mais lorsque l'on essaye
de démarrer cups (cupsd start) un message "segmentation fault" apparait..
Original comment by Jerome.p...@gmail.com
on 13 Oct 2012 at 12:32
apres recherche, en installant gdb (ipkg install gdb) nous pouvons analyser ce
qui provoque l'erreur
/tmp/usbmounts/sdb1 # gdb cupsd start
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "mipsel-linux"...
(no debugging symbols found)
/tmp/usbmounts/sdb1/start: No such file or directory.
(gdb) run
Starting program: /opt/sbin/cupsd
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
0x2aaa9228 in _dl_parse_dynamic_info () from /opt/lib/ld-uClibc.so.0
(gdb)
l'erreur est donc dans cette zone là :
0x2aaa9228 in _dl_parse_dynamic_info () from /opt/lib/ld-uClibc.so.0
il faut maintenant comprendre ce que cela signifie !
id-uClibc.so.0 est une librairie.
le reste à voir!
Original comment by Jerome.p...@gmail.com
on 13 Oct 2012 at 12:55
Original issue reported on code.google.com by
Jerome.p...@gmail.com
on 13 Oct 2012 at 10:11