I'm not sure this trap is in the via driver: EIP is at __crc_via_fb_free+0x131f4b1b via just happened to be the closest symbol since it was the last thing you loaded. You may be trying to execute the framebuffer.
recompile your kernel with the kernel debug framepointer option turned on to get a better stack trace. You can also try running with DRM debugging info: insmod ./via.ko drm_opts=debug:on Add DRM_DEBUG() statements to help narrow down the problem. >From a clean boot you should be able to rmmod/insmod the via driver as much as you want. -- Jon Smirl [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
