Aquileo | Recent changes to bug-reportshttps://sourceforge.net/p/piclinux/bug-reports/2009-11-16T13:03:05ZRecent changes to bug-reportsAquileo | Crash in Pwmleds example2009-11-16T13:03:05Z2009-11-16T13:03:05Zhttps://sourceforge.nethttps://sourceforge.neta725b2d366f24576d1c89ca97b08f7cbdcc4da13<div class="markdown_content"><p>I got crash when I play with Pwmleds. Normaly it works fain, but when i do more (about 6-8) cycles of the Play - Reload - Play - Reload - etc. The cycles are maked while program starts (LED bar lights, do not blinks yet).</p> <p>The KTL crashes with folowing crash report:</p> <p>Application: KTechLab (ktechlab), signal: Segmentation fault<br /> [KCrash Handler]<br /> #5 0x00007f2f6e4d502b in Cycle_Counter::reassign_break(unsigned long, unsigned long, TriggerObject*) () from /usr/lib/libgpsim.so.0<br /> #6 0x00007f2f6e52c702 in TMR0::start(int, int) () from /usr/lib/libgpsim.so.0<br /> #7 0x00007f2f6e508ea5 in ADDWF::execute() () from /usr/lib/libgpsim.so.0<br /> #8 0x00007f2f6e5133cf in Processor::step(unsigned int, bool) () from /usr/lib/libgpsim.so.0<br /> #9 0x00007f2f6e506cae in pic_processor::step(unsigned int, bool) () from /usr/lib/libgpsim.so.0<br /> #10 0x00000000005f041b in ?? ()<br /> #11 0x0000000000515604 in ?? ()<br /> #12 0x0000000000515860 in ?? ()<br /> #13 0x00007f2f67229617 in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/lib/libqt-mt.so.3<br /> #14 0x00007f2f6722b85a in QObject::activate_signal(int) () from /usr/lib/libqt-mt.so.3<br /> #15 0x00007f2f67249755 in QTimer::event(QEvent*) () from /usr/lib/libqt-mt.so.3<br /> #16 0x00007f2f671cc725 in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/libqt-mt.so.3<br /> #17 0x00007f2f671cd4aa in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libqt-mt.so.3<br /> #18 0x00007f2f683d550d in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdecore.so.4<br /> #19 0x00007f2f671c3023 in QEventLoop::activateTimers() () from /usr/lib/libqt-mt.so.3<br /> #20 0x00007f2f6717dabe in QEventLoop::processEvents(unsigned int) () from /usr/lib/libqt-mt.so.3<br /> #21 0x00007f2f671e2fa1 in QEventLoop::enterLoop() () from /usr/lib/libqt-mt.so.3<br /> #22 0x00007f2f671e2e62 in QEventLoop::exec() () from /usr/lib/libqt-mt.so.3<br /> #23 0x0000000000534c9e in ?? ()<br /> #24 0x00007f2f63a75a8d in __libc_start_main () from /lib/libc.so.6<br /> #25 0x0000000000444739 in ?? ()<br /> #26 0x00007fff8e681138 in ?? ()<br /> #27 0x000000000000001c in ?? ()<br /> #28 0x0000000000000005 in ?? ()<br /> #29 0x00007fff8e682b17 in ?? ()<br /> #30 0x00007fff8e682b20 in ?? ()<br /> #31 0x00007fff8e682b26 in ?? ()<br /> #32 0x00007fff8e682b2f in ?? ()<br /> #33 0x00007fff8e682b38 in ?? ()<br /> #34 0x0000000000000000 in ?? ()</p> <p>If ktechlab is started from terminal emulator, then lot of messages is writing:</p> <p>...<br /> attempt write to invalid file register<br /> address 0x1a2, value 0x0<br /> attempt read from invalid file register<br /> address 0x1ab<br /> attempt write to invalid file register<br /> address 0x1ab, value 0x1<br /> attempt read from invalid file register<br /> address 0x1b3<br /> attempt write to invalid file register<br /> address 0x1b3, value 0x1<br /> attempt write to invalid file register<br /> address 0x1b3, value 0x0<br /> FIXME: HLL files are not supported at the moment<br /> TMR2 BUG!! value = d2 which is greater than 0xff<br /> The WDT is not enabled - clrwdt has no effect!</p> <p>These mesages fill out my console buffer limit (2000 lines)... I was no succes redirect these messages to file.</p></div>Aquileo | Duplikate pics in Makefile2009-11-15T16:21:57Z2009-11-15T16:21:57Zhttps://sourceforge.nethttps://sourceforge.netc006541383eca93b01cdaf021eec7e960069081c<div class="markdown_content"><p>In icons/pics/Makefile.am are duplicates. I removed it and result is as attachement.</p></div>Aquileo | 16F84A2009-11-15T10:48:41Z2009-11-15T10:48:41Zhttps://sourceforge.nethttps://sourceforge.netfe47f1782d2c3d3f8813b48377c01a84cd16bdd3<div class="markdown_content"><p>In the FlowCode is possible to select 16F84 PIC, but here is not a 16F84A. It is possible to add this PIC?</p></div>