Archiv > Development
[3.0.2] Updateproblem
Christian:
--- Quote ---
--- Quote from: Christian,3. May 2013 - 10:50 ---
--- Quote from: skippy,3. May 2013 - 10:28 --- Hi Christian,
So müsste es aussehen!
--- Code: ---if [ ! -e "$${f%/*}/.dont-strip-unneeded" ]; then
true || strip --strip-unneeded "$$f" 2>/dev/null;
fi;
--- End code ---
--- End quote ---
durch deine Antwort "Alle" sah es bei mir etwas anders aus :huh:
Nachher folgt dann der nächste Versuch mit richtiger Makefile.tools :rolleyes:
Viele Grüße skippy
--- End quote ---
Da wusste ich nicht das es nur einmal Strip gibt ;)
--- End quote ---
skippy:
--- Quote ---Da wusste ich nicht das es nur einmal Strip gibt ;)
--- End quote ---
Ich hoffe, du hast es nicht als Vorwurf aufgefasst, denn so war es überhaupt nicht gemeint!
Hier der nächste Backtrace, diesmal aus dem Verzeichnis vdr/scr/vdr:
--- Code: ---VirtualBox:~/MLD/vdr/src/vdr$ gdb vdr ~/core3
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/juergen/MLD/vdr/src/vdr-2.0.1/vdr...done.
[New LWP 13475]
[New LWP 13448]
[New LWP 13446]
[New LWP 13452]
[New LWP 13457]
[New LWP 13453]
[New LWP 13459]
[New LWP 13456]
[New LWP 13464]
[New LWP 13460]
[New LWP 13465]
[New LWP 13467]
[New LWP 13463]
[New LWP 13469]
[New LWP 13466]
[New LWP 13471]
[New LWP 13468]
[New LWP 13470]
[New LWP 13472]
[New LWP 13474]
[New LWP 13476]
[New LWP 13477]
warning: Can't read pathname for load map: Eingabe-/Ausgabefehler.
warning: Could not load shared library symbols for 42 libraries, e.g. /usr/lib/vdr/libvdr-xx.so.2.0.0.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Failed to read a valid object file image from memory.
Core was generated by `/usr/bin/vdr -s /etc/vdr/shutdown.d/rc.action -r /etc/vdr/recording.d/rc.action'.
Program terminated with signal 11, Segmentation fault.
#0 cEvent::ChannelID (this=0x0) at epg.c:149
149 return schedule ? schedule->ChannelID() : tChannelID();
--- End code ---
Nach meinem Verständnis sieht das schon besser aus, schlau werde ich daraus aber auch nicht. Den Namen der Beispiellibrary habe ich zensiert ;)
Die Ausgabe ändert sich nicht, egal ob ich upnp und xx mit Debugsymbols übersetzt habe oder nicht.
Hilft das weiter oder soll ich noch etwas versuchen?
Viele Grüße skippy
Christian:
Super danke,
Das gleiche jetzt für osdpip ;)
Sorry, das ich gerade nicht selber kann .... Die Zeit und so .... Am Handy oder Päd :) ... Kann ich meist nur mein Senf dazu geben....
Christian:
--- Quote ---
--- Quote ---Da wusste ich nicht das es nur einmal Strip gibt ;)
--- End quote ---
Ich hoffe, du hast es nicht als Vorwurf aufgefasst, denn so war es überhaupt nicht gemeint!
Hier der nächste Backtrace, diesmal aus dem Verzeichnis vdr/scr/vdr:
--- Code: ---VirtualBox:~/MLD/vdr/src/vdr$ gdb vdr ~/core3
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/juergen/MLD/vdr/src/vdr-2.0.1/vdr...done.
[New LWP 13475]
[New LWP 13448]
[New LWP 13446]
[New LWP 13452]
[New LWP 13457]
[New LWP 13453]
[New LWP 13459]
[New LWP 13456]
[New LWP 13464]
[New LWP 13460]
[New LWP 13465]
[New LWP 13467]
[New LWP 13463]
[New LWP 13469]
[New LWP 13466]
[New LWP 13471]
[New LWP 13468]
[New LWP 13470]
[New LWP 13472]
[New LWP 13474]
[New LWP 13476]
[New LWP 13477]
warning: Can't read pathname for load map: Eingabe-/Ausgabefehler.
warning: Could not load shared library symbols for 42 libraries, e.g. /usr/lib/vdr/libvdr-xx.so.2.0.0.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Failed to read a valid object file image from memory.
Core was generated by `/usr/bin/vdr -s /etc/vdr/shutdown.d/rc.action -r /etc/vdr/recording.d/rc.action'.
Program terminated with signal 11, Segmentation fault.
#0 cEvent::ChannelID (this=0x0) at epg.c:149
149 return schedule ? schedule->ChannelID() : tChannelID();
--- End code ---
Nach meinem Verständnis sieht das schon besser aus, schlau werde ich daraus aber auch nicht. Den Namen der Beispiellibrary habe ich zensiert ;)
Die Ausgabe ändert sich nicht, egal ob ich upnp und xx mit Debugsymbols übersetzt habe oder nicht.
Hilft das weiter oder soll ich noch etwas versuchen?
Viele Grüße skippy
--- End quote ---
Du hast vergessen noch ein "bt" einzugeben. Kannst du den kompletten bitte generieren. So wie vorgestern nur mit den Symbolen?
Ein einfaches bt noch in der gdb session
skippy:
Hm, das sieht aber auch nicht besser aus:
--- Code: ---(gdb) bt
#0 cEvent::ChannelID (this=0x0) at epg.c:149
#1 0xb2e19544 in ?? ()
#2 0xa92f1280 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
--- End code ---
Ich habe den vdr und upnp und xx entsprechend komiliert. Die Addons sind auch größer. Muss ich alle Plugins mit den Debugsymbolen generieren?
Viele Grüße skippy
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version