I found a bug in the EB modules that call the EB component for querying blog posts.
I was using the categories module to display a list of posts in specific categories when I found this bug.
For components that utilize pagination on the front end and pass the ?start= as a URL variable it causes blogs with low numbers of posts to not display.
For instance I have the URL
http://www.domain.com/component/url?start=50
If there are only 20 blog posts in easy blog it causes the module to disappear since apparently the module is also using start as a variable for filtering the pagination of blog posts.
Just wanted to pass this along, not sure if it has been an issue for anyone else, but the devs should at least be made aware.