This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

using threads causes exceptions


Hi,

I'm using eCos on an XScale PXA270 and i have a problem using threads. My program does only start a thread from main() and after this function calls from thread causes ABORT DATA exceptions (MMU info: Imprecise External Data Abort). Even a printf causes this exception. The strange thing is, the eCos thread tests are working, even the stress test. Do i have to do some initialisation? Should i better use cyg_start() instead of main()?

Bye...


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]